From 7399f90e2fb0966f7edb9522f02c65071b22e409 Mon Sep 17 00:00:00 2001 From: Antonio Fernandez Date: Thu, 23 Jul 2020 11:47:32 -0400 Subject: [PATCH] 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. --- core/users/app_languages.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/core/users/app_languages.php b/core/users/app_languages.php index 163a9a27ce..cdfc4dc6c4 100644 --- a/core/users/app_languages.php +++ b/core/users/app_languages.php @@ -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'] = "Привілеї"; -?> \ No newline at end of file +?>