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',