(i18n) Add missing localized strings

Fixes #4658
This commit is contained in:
Francis Lachapelle
2019-02-27 09:51:43 -05:00
parent e456e47147
commit deb10f1f7e
10 changed files with 18 additions and 6 deletions

View File

@@ -536,7 +536,7 @@
}, function(response) {
if (response.status == 401) {
// Authentication failed
d.reject(l('Wrong username or password'));
d.reject(l('Wrong username or password.'));
}
else {
d.reject(response.statusText);