diff --git a/Riot/Assets/en.lproj/Vector.strings b/Riot/Assets/en.lproj/Vector.strings index af5aa32be..5f0fae942 100644 --- a/Riot/Assets/en.lproj/Vector.strings +++ b/Riot/Assets/en.lproj/Vector.strings @@ -2088,6 +2088,11 @@ Tap the + to start adding people."; "location_sharing_settings_toggle_title" = "Enable location sharing"; +// MARK: Live location sharing + +"live_location_sharing_banner_title" = "Live location enabled"; +"live_location_sharing_banner_stop" = "Stop"; + // MARK: - MatrixKit diff --git a/Riot/Generated/Strings.swift b/Riot/Generated/Strings.swift index ca1a6125a..75d995cfa 100644 --- a/Riot/Generated/Strings.swift +++ b/Riot/Generated/Strings.swift @@ -2703,6 +2703,14 @@ public class VectorL10n: NSObject { public static var less: String { return VectorL10n.tr("Vector", "less") } + /// Stop + public static var liveLocationSharingBannerStop: String { + return VectorL10n.tr("Vector", "live_location_sharing_banner_stop") + } + /// Live location enabled + public static var liveLocationSharingBannerTitle: String { + return VectorL10n.tr("Vector", "live_location_sharing_banner_title") + } /// To discover contacts already using Matrix, %@ can send email addresses and phone numbers in your address book to your chosen Matrix identity server. Where supported, personal data is hashed before sending - please check your identity server's privacy policy for more details. public static func localContactsAccessDiscoveryWarning(_ p1: String) -> String { return VectorL10n.tr("Vector", "local_contacts_access_discovery_warning", p1)