Skip to content

Commit

Permalink
[Spanish] Remove typo in forgotten-passwd e-mail
Browse files Browse the repository at this point in the history
  • Loading branch information
emilioj committed Nov 5, 2019
1 parent 468979b commit 18888ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spanish_pv/upload/catalog/language/es/mail/forgotten.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
// Text
$_['text_subject'] = '%s - Nueva contraseña';
$_['text_greeting'] = '¡Hola!\n\n Has solicitado restablecer tu contraseña en nuestra tienda, %s.';
$_['text_greeting'] = '¡Hola! Has solicitado restablecer tu contraseña en nuestra tienda, %s.';
$_['text_change'] = 'Para fijar tu nueva contraseña, haz clic en el siguiente enlace:';
$_['text_ip'] = 'La dirección IP desde la que se hizo esta solicitud fue la: ';
$_['text_ip'] = 'La dirección IP desde la que se hizo esta solicitud fue la:';

0 comments on commit 18888ee

Please sign in to comment.