This repository was archived by the owner on Sep 11, 2024. It is now read-only.
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1461
1461
"sliding_sync_server_specify_proxy" : " Your server lacks native support, you must specify a proxy" ,
1462
1462
"sliding_sync_server_support" : " Your server has native support" ,
1463
1463
"threads_activity_centre" : " Threads Activity Centre (in development)" ,
1464
- "threads_activity_centre_description" : " Warning: Under active development; reloads Element ." ,
1464
+ "threads_activity_centre_description" : " Warning: Under active development; reloads %(brand)s ." ,
1465
1465
"under_active_development" : " Under active development." ,
1466
1466
"unrealiable_e2e" : " Unreliable in encrypted rooms" ,
1467
1467
"video_rooms" : " Video rooms" ,
Original file line number Diff line number Diff line change @@ -1128,7 +1128,7 @@ export const SETTINGS: { [setting: string]: ISetting } = {
1128
1128
labsGroup : LabGroup . Threads ,
1129
1129
controller : new ReloadOnChangeController ( ) ,
1130
1130
displayName : _td ( "labs|threads_activity_centre" ) ,
1131
- description : _td ( "labs|threads_activity_centre_description" ) ,
1131
+ description : ( ) => _t ( "labs|threads_activity_centre_description" , { brand : SdkConfig . get ( ) . brand } ) ,
1132
1132
default : false ,
1133
1133
isFeature : true ,
1134
1134
} ,
You can’t perform that action at this time.
0 commit comments