diff --git a/Riot/Assets/en.lproj/Vector.strings b/Riot/Assets/en.lproj/Vector.strings index fb299854c..d24e5d1e6 100644 --- a/Riot/Assets/en.lproj/Vector.strings +++ b/Riot/Assets/en.lproj/Vector.strings @@ -828,7 +828,7 @@ Tap the + to start adding people."; "event_formatter_call_voice" = "Voice call"; "event_formatter_call_video" = "Video call"; "event_formatter_call_you_started" = "You started a call"; -"event_formatter_call_has_ended" = "This call has ended %@"; +"event_formatter_call_has_ended" = "Ended %@"; "event_formatter_call_you_currently_in" = "Active call"; "event_formatter_call_you_declined" = "You declined this call"; "event_formatter_call_you_missed" = "You missed this call"; diff --git a/Riot/Generated/Strings.swift b/Riot/Generated/Strings.swift index 4e45d89cc..c7a163b9a 100644 --- a/Riot/Generated/Strings.swift +++ b/Riot/Generated/Strings.swift @@ -1258,7 +1258,7 @@ internal enum VectorL10n { internal static var eventFormatterCallDecline: String { return VectorL10n.tr("Vector", "event_formatter_call_decline") } - /// This call has ended %@ + /// Ended %@ internal static func eventFormatterCallHasEnded(_ p1: String) -> String { return VectorL10n.tr("Vector", "event_formatter_call_has_ended", p1) }