diff --git a/Riot/Assets/en.lproj/Vector.strings b/Riot/Assets/en.lproj/Vector.strings index 4a7265825..1a5e69c89 100644 --- a/Riot/Assets/en.lproj/Vector.strings +++ b/Riot/Assets/en.lproj/Vector.strings @@ -706,7 +706,7 @@ Tap the + to start adding people."; "settings_crypto_export" = "Export keys"; "settings_crypto_blacklist_unverified_devices" = "Encrypt to verified sessions only"; -"settings_deactivate_my_account" = "Permanently deactivate my account"; +"settings_deactivate_my_account" = "Deactivate account permanently"; "settings_key_backup_info" = "Encrypted messages are secured with end-to-end encryption. Only you and the recipient(s) have the keys to read these messages."; "settings_key_backup_info_checking" = "Checking…"; diff --git a/Riot/Generated/Strings.swift b/Riot/Generated/Strings.swift index fd273b17a..7237b9a4d 100644 --- a/Riot/Generated/Strings.swift +++ b/Riot/Generated/Strings.swift @@ -6647,7 +6647,7 @@ public class VectorL10n: NSObject { public static var settingsDeactivateAccount: String { return VectorL10n.tr("Vector", "settings_deactivate_account") } - /// Permanently deactivate my account + /// Deactivate account permanently public static var settingsDeactivateMyAccount: String { return VectorL10n.tr("Vector", "settings_deactivate_my_account") }