More translations..
This commit is contained in:
parent
b26f4ba578
commit
f75e714c3a
13 changed files with 159 additions and 24 deletions
|
@ -82,7 +82,7 @@ class PasswordReset {
|
|||
err.message = _t('Failed to verify email address: make sure you clicked the link in the email');
|
||||
}
|
||||
else if (err.httpStatus === 404) {
|
||||
err.message = _t('Your email address does not appear to be associated with a Matrix ID on this Homeserver') + '.';
|
||||
err.message = _t('Your email address does not appear to be associated with a Matrix ID on this Homeserver.');
|
||||
}
|
||||
else if (err.httpStatus) {
|
||||
err.message += ` (Status ${err.httpStatus})`;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue