diff --git a/Riot/Assets/en.lproj/Vector.strings b/Riot/Assets/en.lproj/Vector.strings index 1648363df..b73db8fba 100644 --- a/Riot/Assets/en.lproj/Vector.strings +++ b/Riot/Assets/en.lproj/Vector.strings @@ -834,8 +834,6 @@ Tap the + to start adding people."; "call_no_stun_server_error_use_fallback_button" = "Try using %@"; "call_actions_unhold" = "Resume"; -"call_more_actions_hold" = "Hold"; -"call_more_actions_unhold" = "Resume"; // No VoIP support "no_voip_title" = "Incoming call"; diff --git a/Riot/Generated/Strings.swift b/Riot/Generated/Strings.swift index 371ab6caf..3357458ba 100644 --- a/Riot/Generated/Strings.swift +++ b/Riot/Generated/Strings.swift @@ -442,14 +442,6 @@ internal enum VectorL10n { internal static var callJitsiError: String { return VectorL10n.tr("Vector", "call_jitsi_error") } - /// Hold - internal static var callMoreActionsHold: String { - return VectorL10n.tr("Vector", "call_more_actions_hold") - } - /// Resume - internal static var callMoreActionsUnhold: String { - return VectorL10n.tr("Vector", "call_more_actions_unhold") - } /// Please ask the administrator of your homeserver %@ to configure a TURN server in order for calls to work reliably. internal static func callNoStunServerErrorMessage1(_ p1: String) -> String { return VectorL10n.tr("Vector", "call_no_stun_server_error_message_1", p1)