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

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