Strings.swift

This commit is contained in:
manuroe 2019-04-26 15:11:20 +02:00
parent 15698b8b91
commit 98bd723a9b

View file

@ -186,7 +186,7 @@ internal enum VectorL10n {
internal static func authResetPasswordEmailValidationMessage(_ p1: String) -> String {
return VectorL10n.tr("Vector", "auth_reset_password_email_validation_message", p1)
}
/// Your email address does not appear to be associated with a Matrix ID on this Homeserver.
/// Your email address does not appear to be associated with a Matrix ID on this homeserver.
internal static var authResetPasswordErrorNotFound: String {
return VectorL10n.tr("Vector", "auth_reset_password_error_not_found")
}