mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Changed error message for password length (#5359)
I've updated the wording for the error when a password is not long enough. I kept getting this error and found it wasn't descriptive enough and took me some time to realize what the actual error was. I also added the translations in Spanish and French.
This commit is contained in:
committed by
GitHub
parent
5e1206d2c9
commit
7399f90e2f
@@ -1263,16 +1263,16 @@ $text['label-company_name']['ru-ru'] = "Название компании";
|
||||
$text['label-company_name']['sv-se'] = "Företags Namn";
|
||||
$text['label-company_name']['uk-ua'] = "Назва компанії";
|
||||
|
||||
$text['label-characters']['en-us'] = "Characters";
|
||||
$text['label-characters']['en-gb'] = "Characters";
|
||||
$text['label-characters']['en-us'] = "Invalid Password Length";
|
||||
$text['label-characters']['en-gb'] = "Invalid Password Length";
|
||||
$text['label-characters']['ar-eg'] = "الشخصيات";
|
||||
$text['label-characters']['de-at'] = "Zeichen"; //copied from de-de
|
||||
$text['label-characters']['de-ch'] = "Zeichen"; //copied from de-de
|
||||
$text['label-characters']['de-de'] = "Zeichen";
|
||||
$text['label-characters']['es-cl'] = "Caracteres";
|
||||
$text['label-characters']['es-mx'] = "Caracteres"; //copied from es-cl
|
||||
$text['label-characters']['fr-ca'] = "Personnages"; //copied from fr-fr
|
||||
$text['label-characters']['fr-fr'] = "Personnages";
|
||||
$text['label-characters']['es-cl'] = "Longitud de contraseña inválida";
|
||||
$text['label-characters']['es-mx'] = "Longitud de contraseña inválida"; //copied from es-cl
|
||||
$text['label-characters']['fr-ca'] = "Longueur de mot de passe non valide"; //copied from fr-fr
|
||||
$text['label-characters']['fr-fr'] = "Longueur de mot de passe non valide";
|
||||
$text['label-characters']['he-il'] = "דמויות";
|
||||
$text['label-characters']['it-it'] = "Caratteri";
|
||||
$text['label-characters']['nl-nl'] = "";
|
||||
@@ -2045,4 +2045,4 @@ $text['button-permissions']['ru-ru'] = "Права";
|
||||
$text['button-permissions']['sv-se'] = "Rättigheter";
|
||||
$text['button-permissions']['uk-ua'] = "Привілеї";
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user