Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Update Threads Activity Centre label
Browse files Browse the repository at this point in the history
  • Loading branch information
florianduros committed Jan 15, 2024
1 parent c83559b commit d2805aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions src/i18n/strings/en_EN.json
Original file line number Diff line number Diff line change
Expand Up @@ -1460,6 +1460,7 @@
"sliding_sync_server_no_support": "Your server lacks native support",
"sliding_sync_server_specify_proxy": "Your server lacks native support, you must specify a proxy",
"sliding_sync_server_support": "Your server has native support",
"threads_activity_centre": "Threads Activity Centre (in development). Currently this just removes thread notification counts from the count total in the room list",
"under_active_development": "Under active development.",
"unrealiable_e2e": "Unreliable in encrypted rooms",
"video_rooms": "Video rooms",
Expand Down Expand Up @@ -3138,9 +3139,6 @@
"light_high_contrast": "Light high contrast",
"match_system": "Match system"
},
"thread_activity_centre": {
"title": "Thread activity centre"
},
"thread_view_back_action_label": "Back to thread",
"threads": {
"all_threads": "All threads",
Expand Down
2 changes: 1 addition & 1 deletion src/settings/Settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1109,7 +1109,7 @@ export const SETTINGS: { [setting: string]: ISetting } = {
"threadActivityCentre": {
supportedLevels: LEVELS_ACCOUNT_SETTINGS,
labsGroup: LabGroup.Threads,
displayName: _td("thread_activity_centre|title"),
displayName: _td("labs|threads_activity_centre"),
default: false,
isFeature: true,
},
Expand Down

0 comments on commit d2805aa

Please sign in to comment.