diff options
author | Jesús <heckyel@hyperbola.info> | 2019-09-06 15:24:09 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-09-06 15:24:09 -0500 |
commit | cb51b964545700f919b605eb8885d78575e80fdd (patch) | |
tree | 1982e990cce20998970439fbfd18857cf54a9a4f | |
parent | 81318a49b179e1e1b95bc8db70714f2b7d30d5f9 (diff) | |
download | librecart-cb51b964545700f919b605eb8885d78575e80fdd.tar.lz librecart-cb51b964545700f919b605eb8885d78575e80fdd.tar.xz librecart-cb51b964545700f919b605eb8885d78575e80fdd.zip |
minor fix
-rw-r--r-- | public/install/language/es-es/3rd_party/maxmind.php | 8 | ||||
-rw-r--r-- | public/install/language/es-es/common/footer.php | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/public/install/language/es-es/3rd_party/maxmind.php b/public/install/language/es-es/3rd_party/maxmind.php index de6d865..064eba5 100644 --- a/public/install/language/es-es/3rd_party/maxmind.php +++ b/public/install/language/es-es/3rd_party/maxmind.php @@ -1,11 +1,11 @@ <?php // Heading -$_['heading_title'] = 'MaxMind'; +$_['heading_title'] = 'MaxMind'; // Text -$_['text_maxmind'] = 'Servicio de detección de fraude.'; -$_['text_success'] = 'Se ha instalado el servicio de fraude MaxMind'; -$_['text_signup'] = 'Si no tiene una clave de licencia, puede registrarse <a href="https://www.maxmind.com/?rId=opencart" target="_blank">aquí</a>.'; +$_['text_maxmind'] = 'Servicio de detección de fraude.'; +$_['text_success'] = 'Se ha instalado el servicio de fraude MaxMind'; +$_['text_signup'] = 'Si no tiene una clave de licencia, puede registrarse <a href="https://www.maxmind.com/?rId=opencart" target="_blank">aquí</a>.'; // Entry $_['entry_key'] = 'Clave de Licencia'; diff --git a/public/install/language/es-es/common/footer.php b/public/install/language/es-es/common/footer.php index ffb6418..571f91f 100644 --- a/public/install/language/es-es/common/footer.php +++ b/public/install/language/es-es/common/footer.php @@ -3,4 +3,4 @@ $_['text_project'] = 'Página de Inicio del Proyecto'; $_['text_documentation'] = 'Documentación'; $_['text_support'] = 'Foros de Soporte'; -$_['text_footer'] = 'Copyright © 2014 OpenCart - Todos los derechos revertidos'; +$_['text_footer'] = 'Copyright © 2014 OpenCart - Todos los derechos reservados'; |