From 31ffc4262a8d458429912427b89966211bdfaea1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Daubensch=C3=BCtz?= Date: Tue, 22 Sep 2015 11:41:10 +0200 Subject: [PATCH] change text in signup form --- js/components/ascribe_forms/form_signup.js | 2 +- js/constants/languages.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/js/components/ascribe_forms/form_signup.js b/js/components/ascribe_forms/form_signup.js index 67097b42..bcc38007 100644 --- a/js/components/ascribe_forms/form_signup.js +++ b/js/components/ascribe_forms/form_signup.js @@ -127,7 +127,7 @@ let SignupForm = React.createClass({ style={{paddingBottom: 0}}> - {' ' + getLangText('I agree to the Terms of Service') + ' '} + {' ' + getLangText('I agree to the Terms of Service of ascribe') + ' '} ( {getLangText('read')} ) diff --git a/js/constants/languages.js b/js/constants/languages.js index db29166f..4a40d9a4 100644 --- a/js/constants/languages.js +++ b/js/constants/languages.js @@ -207,7 +207,7 @@ const languages = { 'Specify editions': 'Specify editions', 'Editions': 'Editions', 'Create editions': 'Create editions', - 'I agree to the Terms of Service': 'I agree to the Terms of Service', + 'I agree to the Terms of Service of ascribe': 'I agree to the Terms of Service of ascribe', 'read': 'read', 'If your email address exists in our database, you will receive a password recovery link in a few minutes.': 'If your email address exists in our database, you will receive a password recovery link in a few minutes.', 'REGISTREE': 'REGISTREE',