mirror of
https://github.com/ascribe/onion.git
synced 2024-11-15 01:25:17 +01:00
change text in signup form
This commit is contained in:
parent
23b03e1b84
commit
31ffc4262a
@ -127,7 +127,7 @@ let SignupForm = React.createClass({
|
||||
style={{paddingBottom: 0}}>
|
||||
<InputCheckbox>
|
||||
<span>
|
||||
{' ' + getLangText('I agree to the Terms of Service') + ' '}
|
||||
{' ' + getLangText('I agree to the Terms of Service of ascribe') + ' '}
|
||||
(<a href="https://www.ascribe.io/terms" target="_blank" style={{fontSize: '0.9em', color: 'rgba(0,0,0,0.7)'}}>
|
||||
{getLangText('read')}
|
||||
</a>)
|
||||
|
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user