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") }