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:
parent
47420d809d
commit
e7471effcf
@ -275,7 +275,7 @@ function setupUpdatePassword() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (pw !== confirm_password){
|
if (pw !== confirm_password){
|
||||||
notifyError(tr("Password does not match"));
|
notifyError(tr("Passwords do not match"));
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -891,7 +891,7 @@ function setupUpdatePasswordDialog(){
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (pw !== confirm_password){
|
if (pw !== confirm_password){
|
||||||
notifyError(tr("Password does not match"));
|
notifyError(tr("Passwords do not match"));
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user