diff --git a/Riot/Assets/en.lproj/Vector.strings b/Riot/Assets/en.lproj/Vector.strings index d24e5d1e6..bfbaf412e 100644 --- a/Riot/Assets/en.lproj/Vector.strings +++ b/Riot/Assets/en.lproj/Vector.strings @@ -313,6 +313,7 @@ Tap the + to start adding people."; "room_member_power_level_short_custom" = "Custom"; // Chat +"room_slide_to_end_group_call" = "Slide to end the call for everyone"; "room_jump_to_first_unread" = "Jump to first unread message"; "room_accessiblity_scroll_to_bottom" = "Scroll to bottom"; "room_new_message_notification" = "%d new message"; diff --git a/Riot/Generated/Strings.swift b/Riot/Generated/Strings.swift index c7a163b9a..b27408f26 100644 --- a/Riot/Generated/Strings.swift +++ b/Riot/Generated/Strings.swift @@ -3382,6 +3382,10 @@ internal enum VectorL10n { internal static var roomResourceUsageLimitReachedMessageContact3: String { return VectorL10n.tr("Vector", "room_resource_usage_limit_reached_message_contact_3") } + /// Slide to end the call for everyone + internal static var roomSlideToEndGroupCall: String { + return VectorL10n.tr("Vector", "room_slide_to_end_group_call") + } /// Invite members internal static var roomTitleInviteMembers: String { return VectorL10n.tr("Vector", "room_title_invite_members")