From 7f8651d5a739b4e82e9d7968d109cb3e8cb252a0 Mon Sep 17 00:00:00 2001 From: manuroe Date: Mon, 2 Sep 2019 15:39:25 +0200 Subject: [PATCH] Wording for IS: -> "URL (e.g. https://matrix.org)" -> "URL (e.g. https://vector.im)" --- Riot/Assets/en.lproj/Vector.strings | 2 +- Riot/Generated/Strings.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Riot/Assets/en.lproj/Vector.strings b/Riot/Assets/en.lproj/Vector.strings index 96d1005c1..b1a3fe8df 100644 --- a/Riot/Assets/en.lproj/Vector.strings +++ b/Riot/Assets/en.lproj/Vector.strings @@ -77,7 +77,7 @@ "auth_repeat_password_placeholder" = "Repeat password"; "auth_repeat_new_password_placeholder" = "Confirm your new password"; "auth_home_server_placeholder" = "URL (e.g. https://matrix.org)"; -"auth_identity_server_placeholder" = "URL (e.g. https://matrix.org)"; +"auth_identity_server_placeholder" = "URL (e.g. https://vector.im)"; "auth_invalid_login_param" = "Incorrect username and/or password"; "auth_invalid_user_name" = "User names may only contain letters, numbers, dots, hyphens and underscores"; "auth_invalid_password" = "Password too short (min 6)"; diff --git a/Riot/Generated/Strings.swift b/Riot/Generated/Strings.swift index 4e1db3dc2..4513e74a7 100644 --- a/Riot/Generated/Strings.swift +++ b/Riot/Generated/Strings.swift @@ -78,7 +78,7 @@ internal enum VectorL10n { internal static var authHomeServerPlaceholder: String { return VectorL10n.tr("Vector", "auth_home_server_placeholder") } - /// URL (e.g. https://matrix.org) + /// URL (e.g. https://vector.im) internal static var authIdentityServerPlaceholder: String { return VectorL10n.tr("Vector", "auth_identity_server_placeholder") }