1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-11 05:17:41 +03:00

feature #2017: Fix error in password error message

This commit is contained in:
Daniel Molina 2014-02-10 17:08:19 +01:00
parent 47420d809d
commit e7471effcf
2 changed files with 2 additions and 2 deletions

View File

@ -275,7 +275,7 @@ function setupUpdatePassword() {
}
if (pw !== confirm_password){
notifyError(tr("Password does not match"));
notifyError(tr("Passwords do not match"));
return false;
}

View File

@ -891,7 +891,7 @@ function setupUpdatePasswordDialog(){
}
if (pw !== confirm_password){
notifyError(tr("Password does not match"));
notifyError(tr("Passwords do not match"));
return false;
}