diff --git a/Riot/Assets/en.lproj/Vector.strings b/Riot/Assets/en.lproj/Vector.strings index 399f23632..d30598320 100644 --- a/Riot/Assets/en.lproj/Vector.strings +++ b/Riot/Assets/en.lproj/Vector.strings @@ -2520,7 +2520,7 @@ To enable access, tap Settings> Location and select Always"; "message_reply_to_sender_sent_a_voice_message" = "sent a voice message."; "message_reply_to_sender_sent_a_file" = "sent a file."; "message_reply_to_sender_sent_their_location" = "has shared their location."; -"message_reply_to_sender_sent_their_live_location" = "has shared their live location."; +"message_reply_to_sender_sent_their_live_location" = "Live location."; "message_reply_to_message_to_reply_to_prefix" = "In reply to"; // Room members diff --git a/Riot/Generated/Strings.swift b/Riot/Generated/Strings.swift index 31326f972..86b87d7dc 100644 --- a/Riot/Generated/Strings.swift +++ b/Riot/Generated/Strings.swift @@ -3415,7 +3415,7 @@ public class VectorL10n: NSObject { public static var messageReplyToSenderSentAnImage: String { return VectorL10n.tr("Vector", "message_reply_to_sender_sent_an_image") } - /// has shared their live location. + /// Live location. public static var messageReplyToSenderSentTheirLiveLocation: String { return VectorL10n.tr("Vector", "message_reply_to_sender_sent_their_live_location") }