diff --git a/imports/startup/client/i18n.js b/imports/startup/client/i18n.js index 63abf76..69771e2 100644 --- a/imports/startup/client/i18n.js +++ b/imports/startup/client/i18n.js @@ -90,7 +90,7 @@ i18n.use(backend) position: 'bottom', linkText: 'Lee más', linkRouteName: '/privacy', - acceptButtonText: 'Aceptar', + acceptButtonText: t('Aceptar'), html: false, expirationInDays: 70, forceShow: false diff --git a/public/locales/en/common.json b/public/locales/en/common.json index 7c2740b..fd4fcd3 100644 --- a/public/locales/en/common.json +++ b/public/locales/en/common.json @@ -189,5 +189,6 @@ "Elige un tipo": "Choose a type", "Puedes participar en las traducciones": - "You can help with the translations" + "You can help with the translations", + "Aceptar": "Accept" } diff --git a/public/locales/es/common.json b/public/locales/es/common.json index 5d1a46d..49ae9e0 100644 --- a/public/locales/es/common.json +++ b/public/locales/es/common.json @@ -276,5 +276,6 @@ "Elige un tipo": "Elige un tipo", "Puedes participar en las traducciones": - "Puedes participar en las traducciones" + "Puedes participar en las traducciones", + "Aceptar": "Aceptar" }