diff options
Diffstat (limited to 'public/admin/language/es-es/mail/affiliate_deny.php')
-rw-r--r-- | public/admin/language/es-es/mail/affiliate_deny.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/public/admin/language/es-es/mail/affiliate_deny.php b/public/admin/language/es-es/mail/affiliate_deny.php index 1f20754..a3d7001 100644 --- a/public/admin/language/es-es/mail/affiliate_deny.php +++ b/public/admin/language/es-es/mail/affiliate_deny.php @@ -1,6 +1,6 @@ <?php // Text -$_['text_subject'] = '%s - Your affiliate account has been denied!'; -$_['text_welcome'] = 'Welcome and thank you for registering at %s!'; -$_['text_denied'] = 'Unfortunately your request has been denied. For more information you can contact the store owner here:'; -$_['text_thanks'] = 'Thanks,';
\ No newline at end of file +$_['text_subject'] = '%s - ¡Su cuenta de afiliado ha sido denegada!'; +$_['text_welcome'] = '¡Bienvenido y gracias por registrarse a %s!'; +$_['text_denied'] = 'Lamentablemente, su solicitud ha sido denegada. Para más información puede contactar al dueño de la tienda aquí:'; +$_['text_thanks'] = 'Gracias,'; |