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

Commit b226a08

Browse files
committed
Update Threads Activity Centre label
1 parent c83559b commit b226a08

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

src/i18n/strings/en_EN.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1460,6 +1460,7 @@
14601460
"sliding_sync_server_no_support": "Your server lacks native support",
14611461
"sliding_sync_server_specify_proxy": "Your server lacks native support, you must specify a proxy",
14621462
"sliding_sync_server_support": "Your server has native support",
1463+
"threads_activity_centre": "Threads Activity Centre (in development). Currently this just removes thread notification counts from the count total in the room list",
14631464
"under_active_development": "Under active development.",
14641465
"unrealiable_e2e": "Unreliable in encrypted rooms",
14651466
"video_rooms": "Video rooms",
@@ -3138,9 +3139,6 @@
31383139
"light_high_contrast": "Light high contrast",
31393140
"match_system": "Match system"
31403141
},
3141-
"thread_activity_centre": {
3142-
"title": "Thread activity centre"
3143-
},
31443142
"thread_view_back_action_label": "Back to thread",
31453143
"threads": {
31463144
"all_threads": "All threads",

src/settings/Settings.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1106,10 +1106,10 @@ export const SETTINGS: { [setting: string]: ISetting } = {
11061106
supportedLevels: LEVELS_DEVICE_ONLY_SETTINGS,
11071107
default: [],
11081108
},
1109-
"threadActivityCentre": {
1109+
"threadsActivityCentre": {
11101110
supportedLevels: LEVELS_ACCOUNT_SETTINGS,
11111111
labsGroup: LabGroup.Threads,
1112-
displayName: _td("thread_activity_centre|title"),
1112+
displayName: _td("labs|threads_activity_centre"),
11131113
default: false,
11141114
isFeature: true,
11151115
},

0 commit comments

Comments
 (0)