diff options
Diffstat (limited to 'public/admin/language/es-es/mail/forgotten.php')
-rw-r--r-- | public/admin/language/es-es/mail/forgotten.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/public/admin/language/es-es/mail/forgotten.php b/public/admin/language/es-es/mail/forgotten.php index cef50f8..905b49e 100644 --- a/public/admin/language/es-es/mail/forgotten.php +++ b/public/admin/language/es-es/mail/forgotten.php @@ -1,6 +1,6 @@ <?php // Text -$_['text_subject'] = '%s - Password reset request'; -$_['text_greeting'] = 'A new password was requested for %s administration.'; -$_['text_change'] = 'To reset your password click on the link below:'; -$_['text_ip'] = 'The IP used to make this request was:';
\ No newline at end of file +$_['text_subject'] = '%s - Solicitud de restablecimiento de contraseña'; +$_['text_greeting'] = 'Se solicitó una nueva contraseña para %s la administración'; +$_['text_change'] = 'Para restablecer su contraseña, haga clic en el siguiente enlace:'; +$_['text_ip'] = 'La IP utilizada para hacer esta solicitud fue:'; |