mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-26 05:49:22 +00:00
Improve message
This commit is contained in:
parent
82f6bc009c
commit
5e76b2b3f6
@ -92,7 +92,7 @@ ComunicWeb.pages.settings.sections.password = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if(!newPasswordInput.isValid()){
|
if(!newPasswordInput.isValid()){
|
||||||
notify(tr("Please specify a new password to update your password!"), "danger");
|
notify(tr("Please specify a valid new password!"), "danger");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user