diff --git a/Riot/Assets/en.lproj/Vector.strings b/Riot/Assets/en.lproj/Vector.strings
index af5aa32be..bd0769889 100644
--- a/Riot/Assets/en.lproj/Vector.strings
+++ b/Riot/Assets/en.lproj/Vector.strings
@@ -470,6 +470,9 @@ Tap the + to start adding people.";
"threads_empty_tip" = "Tip: Tap a message and use โThreadโ to start one.";
"threads_empty_show_all_threads" = "Show all threads";
"message_from_a_thread" = "From a thread";
+"threads_notice_title" = "Threads no longer experimental ๐";
+"threads_notice_information" = "All threads created during the experimental period will now be rendered as regular replies.
This will be a one-off transition, as threads are now part of the Matrix specification.";
+"threads_notice_done" = "Got it";
"media_type_accessibility_image" = "Image";
"media_type_accessibility_audio" = "Audio";
diff --git a/Riot/Generated/Strings.swift b/Riot/Generated/Strings.swift
index ca1a6125a..91b8eb759 100644
--- a/Riot/Generated/Strings.swift
+++ b/Riot/Generated/Strings.swift
@@ -7567,6 +7567,18 @@ public class VectorL10n: NSObject {
public static var threadsEmptyTitle: String {
return VectorL10n.tr("Vector", "threads_empty_title")
}
+ /// Got it
+ public static var threadsNoticeDone: String {
+ return VectorL10n.tr("Vector", "threads_notice_done")
+ }
+ /// All threads created during the experimental period will now be rendered as regular replies.
This will be a one-off transition, as threads are now part of the Matrix specification.
+ public static var threadsNoticeInformation: String {
+ return VectorL10n.tr("Vector", "threads_notice_information")
+ }
+ /// Threads no longer experimental ๐
+ public static var threadsNoticeTitle: String {
+ return VectorL10n.tr("Vector", "threads_notice_title")
+ }
/// Threads
public static var threadsTitle: String {
return VectorL10n.tr("Vector", "threads_title")