Remove hardcoded Element in tac labs description (#12266)

This commit is contained in:
Florian Duros 2024-02-20 15:19:53 +01:00 committed by GitHub
parent ac435c8d4e
commit dd5b7417be
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -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",

View file

@ -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,
},