Skip to content

Commit 8a68739

Browse files
committed
Add strings
1 parent d86af65 commit 8a68739

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

Riot/Assets/en.lproj/Vector.strings

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -507,6 +507,8 @@ Tap the + to start adding people.";
507507
"threads_beta_information_link" = "Learn more";
508508
"threads_beta_enable" = "Try it out";
509509
"threads_beta_cancel" = "Not now";
510+
"threads_discourage_information_1" = "Your homeserver does not currently support threads, so this feature may be unreliable. Some threaded messages may not be reliably available. ";
511+
"threads_discourage_information_2" = "\n\nDo you want to enable threads anyway?";
510512

511513
"media_type_accessibility_image" = "Image";
512514
"media_type_accessibility_audio" = "Audio";

Riot/Generated/Strings.swift

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7703,6 +7703,14 @@ public class VectorL10n: NSObject {
77037703
public static var threadsBetaTitle: String {
77047704
return VectorL10n.tr("Vector", "threads_beta_title")
77057705
}
7706+
/// Your homeserver does not currently support threads, so this feature may be unreliable. Some threaded messages may not be reliably available.
7707+
public static var threadsDiscourageInformation1: String {
7708+
return VectorL10n.tr("Vector", "threads_discourage_information_1")
7709+
}
7710+
/// \n\nDo you want to enable threads anyway?
7711+
public static var threadsDiscourageInformation2: String {
7712+
return VectorL10n.tr("Vector", "threads_discourage_information_2")
7713+
}
77067714
/// Threads help keep your conversations on-topic and easy to track.
77077715
public static var threadsEmptyInfoAll: String {
77087716
return VectorL10n.tr("Vector", "threads_empty_info_all")

0 commit comments

Comments
 (0)