Skip to content

Commit

Permalink
fix(manager): merge privacy statement message (#2359)
Browse files Browse the repository at this point in the history
* fix(manager): merge privacy statement message

* fix link
  • Loading branch information
daniellacosse authored Feb 3, 2025
1 parent d1cba53 commit e30d086
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions server_manager/messages/master_messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -1173,9 +1173,13 @@
}
}
},
"server_view_access_keys_privacy_statement": {
"description": "The privacy statement text displayed to the user on the Access Keys tab, explaining data collection practices.",
"message": "We are committed to protecting the privacy and security of our users. Each Outline server automatically collects aggregated and anonymized usage data. This data does not include information about the websites users visit or their communications. It is also not shared with the Outline team unless you"
"server_view_privacy_statement": {
"description": "The privacy statement text displayed to the user on the Access Keys and Server Metrics tabs, explaining data collection practices.",
"message": "We are committed to protecting the privacy and security of our users. Each Outline server automatically collects aggregated and anonymized usage data. This data does not include information about the websites users visit or their communications. It is also not shared with the Outline team unless you, as the server administrator, explicitly opt in to sharing."
},
"server_view_privacy_statement_link": {
"description": "This is a link that apprears at the end of the privacy statement which explains data collection practices, calling them to learn more about our policies.",
"message": "Learn more."
},
"server_view_access_keys_key_column_header": {
"description": "The header for the Key name column in the Access Keys table, labeling the column containing access key identifiers.",
Expand Down Expand Up @@ -1257,10 +1261,6 @@
"description": "The title of the Server Metrics tab, displayed to the user to navigate to the server performance statistics section.",
"message": "Server Metrics"
},
"server_view_server_metrics_privacy_statement": {
"description": "The privacy statement text displayed to the user on the Server Metrics tab, explaining data collection practices.",
"message": "We are committed to protecting the privacy and security of our users. Each Outline server automatically collects aggregated and anonymized usage data. This data does not include information about the websites users visit or their communications. It is also not shared with the Outline team unless you"
},
"server_view_server_metrics_bandwidth_title": {
"description": "The title displayed for the total bandwidth usage metric, showing the overall data transfer volume for the server.",
"message": "Total bandwidth usage $START_OF_ITALICS$(last 30 days)$END_OF_ITALICS$",
Expand Down

0 comments on commit e30d086

Please sign in to comment.