diff --git a/Riot/Assets/en.lproj/Vector.strings b/Riot/Assets/en.lproj/Vector.strings index 98884e77c..1c1247aea 100644 --- a/Riot/Assets/en.lproj/Vector.strings +++ b/Riot/Assets/en.lproj/Vector.strings @@ -67,12 +67,6 @@ // Accessibility "accessibility_checkbox_label" = "checkbox"; -// MARK: Clients -"client_desktop_name" = "Element Desktop"; -"client_web_name" = "Element Web"; -"client_ios_name" = "Element iOS"; -"client_android_name" = "Element Android"; - // Authentication "auth_login" = "Log in"; "auth_register" = "Register"; @@ -1137,7 +1131,7 @@ "device_verification_self_verify_wait_title" = "Complete security"; "device_verification_self_verify_wait_new_sign_in_title" = "Verify this login"; "device_verification_self_verify_wait_information" = "Verify this session from one of your other sessions, granting it access to encrypted messages.\n\nUse the latest Element on your other devices:"; -"device_verification_self_verify_wait_additional_information" = "or another cross-signing capable Matrix client"; +"device_verification_self_verify_wait_additional_information" = "This works with Element and other cross-signing capable Matrix cients."; "device_verification_self_verify_wait_recover_secrets_without_passphrase" = "Use Recovery Key"; "device_verification_self_verify_wait_recover_secrets_with_passphrase" = "Use Recovery Passphrase or Key"; "device_verification_self_verify_wait_recover_secrets_additional_information" = "If you can't accessing an existing session"; diff --git a/Riot/Generated/Strings.swift b/Riot/Generated/Strings.swift index 63b9c3030..93504d2c1 100644 --- a/Riot/Generated/Strings.swift +++ b/Riot/Generated/Strings.swift @@ -470,22 +470,6 @@ internal enum VectorL10n { internal static var cancel: String { return VectorL10n.tr("Vector", "cancel") } - /// Element Android - internal static var clientAndroidName: String { - return VectorL10n.tr("Vector", "client_android_name") - } - /// Element Desktop - internal static var clientDesktopName: String { - return VectorL10n.tr("Vector", "client_desktop_name") - } - /// Element iOS - internal static var clientIosName: String { - return VectorL10n.tr("Vector", "client_ios_name") - } - /// Element Web - internal static var clientWebName: String { - return VectorL10n.tr("Vector", "client_web_name") - } /// Close internal static var close: String { return VectorL10n.tr("Vector", "close") @@ -966,7 +950,7 @@ internal enum VectorL10n { internal static var deviceVerificationSelfVerifyStartWaiting: String { return VectorL10n.tr("Vector", "device_verification_self_verify_start_waiting") } - /// or another cross-signing capable Matrix client + /// This works with Element and other cross-signing capable Matrix cients. internal static var deviceVerificationSelfVerifyWaitAdditionalInformation: String { return VectorL10n.tr("Vector", "device_verification_self_verify_wait_additional_information") }