From ec117a67aa2527ab6756f3f5519dbb17ea4818b5 Mon Sep 17 00:00:00 2001 From: okbel Date: Fri, 30 Mar 2018 10:35:49 -0300 Subject: [PATCH] renaming --- .../components/TermsAndConditionsField.js | 20 +++++++++---------- .../client/translations.yml | 8 ++++---- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/plugins/talk-plugin-auth-checkbox/client/components/TermsAndConditionsField.js b/plugins/talk-plugin-auth-checkbox/client/components/TermsAndConditionsField.js index dec0d86ce..ddec0609d 100644 --- a/plugins/talk-plugin-auth-checkbox/client/components/TermsAndConditionsField.js +++ b/plugins/talk-plugin-auth-checkbox/client/components/TermsAndConditionsField.js @@ -9,20 +9,20 @@ const pluginName = 'talk-plugin-auth-checkbox'; const TermsLink = () => ( - {t('talk-plugin-health-report.terms')} + {t('talk-plugin-auth-checkbox.terms')} ); const PrivacyLink = () => ( - {t('talk-plugin-health-report.privacy-policy')} + {t('talk-plugin-auth-checkbox.privacy-policy')} ); @@ -49,12 +49,12 @@ class TermsAndConditionsField extends React.Component {
@@ -62,14 +62,14 @@ class TermsAndConditionsField extends React.Component { id={this.id} className={cn( styles.textLabel, - 'talk-plugin-health-report-text-label' + 'talk-plugin-auth-checkbox-text-label' )} > - {t('talk-plugin-health-report.copy')} + {t('talk-plugin-auth-checkbox.copy')} - {t('talk-plugin-health-report.and')} + {t('talk-plugin-auth-checkbox.and')} - {t('talk-plugin-health-report.from')} + {t('talk-plugin-auth-checkbox.from')}
); diff --git a/plugins/talk-plugin-auth-checkbox/client/translations.yml b/plugins/talk-plugin-auth-checkbox/client/translations.yml index 66bf7379c..ae50146d9 100644 --- a/plugins/talk-plugin-auth-checkbox/client/translations.yml +++ b/plugins/talk-plugin-auth-checkbox/client/translations.yml @@ -1,5 +1,5 @@ en: - talk-plugin-health-report: + talk-plugin-auth-checkbox: copy: I agree to the Mozilla and: and terms: Terms of Service @@ -8,7 +8,7 @@ en: terms-link: https://www.mozilla.org/en-US/about/legal/terms/mozilla/ privacy-policy-link: https://www.mozilla.org/en-US/privacy/websites/ es: - talk-plugin-health-report: + talk-plugin-auth-checkbox: copy: Estoy de acuerdo con and: y terms: los Terminos y Condiciones @@ -17,7 +17,7 @@ es: terms-link: https://www.mozilla.org/es-ES/about/legal/terms/mozilla/ privacy-policy-link: https://www.mozilla.org/es-ES/privacy/websites/ fr: - talk-plugin-health-report: + talk-plugin-auth-checkbox: copy: J'accepte and: et terms: les conditions d'utilisation @@ -26,7 +26,7 @@ fr: terms-link: https://www.mozilla.org/fr/about/legal/terms/mozilla/ privacy-policy-link: https://www.mozilla.org/fr/privacy/websites/ de: - talk-plugin-health-report: + talk-plugin-auth-checkbox: copy: Ich stimme and: und terms: den Allgemeinen Geschäftsbedingungen