Use cross-platform consistent naming for threads in labs

This commit is contained in:
Gil Eluard 2022-12-09 15:10:41 +01:00
parent d22984f68a
commit 5bef5e04a7
3 changed files with 3 additions and 2 deletions

View file

@ -794,7 +794,7 @@ Tap the + to start adding people.";
"settings_labs_message_reaction" = "React to messages with emoji";
"settings_labs_enable_ringing_for_group_calls" = "Ring for group calls";
"settings_labs_enabled_polls" = "Polls";
"settings_labs_enable_threads" = "Threaded messaging";
"settings_labs_enable_threads" = "Threaded messages";
"settings_labs_enable_auto_report_decryption_errors" = "Auto Report Decryption Errors";
"settings_labs_use_only_latest_user_avatar_and_name" = "Show latest avatar and name for users in message history";
"settings_labs_enable_live_location_sharing" = "Live location sharing - share current location (active development, and temporarily, locations persist in room history)";

View file

@ -7563,7 +7563,7 @@ public class VectorL10n: NSObject {
public static var settingsLabsEnableRingingForGroupCalls: String {
return VectorL10n.tr("Vector", "settings_labs_enable_ringing_for_group_calls")
}
/// Threaded messaging
/// Threaded messages
public static var settingsLabsEnableThreads: String {
return VectorL10n.tr("Vector", "settings_labs_enable_threads")
}

1
changelog.d/7147.bugfix Normal file
View file

@ -0,0 +1 @@
Threads: Use cross-platform consistent naming for threads in labs