mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 03:36:07 +03:00
Remove hardcoded Element
in tac labs description (#12266)
This commit is contained in:
parent
ac435c8d4e
commit
dd5b7417be
2 changed files with 2 additions and 2 deletions
|
@ -1461,7 +1461,7 @@
|
|||
"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)",
|
||||
"threads_activity_centre_description": "Warning: Under active development; reloads Element.",
|
||||
"threads_activity_centre_description": "Warning: Under active development; reloads %(brand)s.",
|
||||
"under_active_development": "Under active development.",
|
||||
"unrealiable_e2e": "Unreliable in encrypted rooms",
|
||||
"video_rooms": "Video rooms",
|
||||
|
|
|
@ -1128,7 +1128,7 @@ export const SETTINGS: { [setting: string]: ISetting } = {
|
|||
labsGroup: LabGroup.Threads,
|
||||
controller: new ReloadOnChangeController(),
|
||||
displayName: _td("labs|threads_activity_centre"),
|
||||
description: _td("labs|threads_activity_centre_description"),
|
||||
description: () => _t("labs|threads_activity_centre_description", { brand: SdkConfig.get().brand }),
|
||||
default: false,
|
||||
isFeature: true,
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue