mirror of
https://github.com/ascribe/onion.git
synced 2024-12-23 01:39:36 +01:00
Merged in AD-1038-change-i-agree-to-the-terms-of-s (pull request #73)
change text in signup form
This commit is contained in:
commit
159b9a97bf
@ -127,7 +127,7 @@ let SignupForm = React.createClass({
|
|||||||
style={{paddingBottom: 0}}>
|
style={{paddingBottom: 0}}>
|
||||||
<InputCheckbox>
|
<InputCheckbox>
|
||||||
<span>
|
<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)'}}>
|
(<a href="https://www.ascribe.io/terms" target="_blank" style={{fontSize: '0.9em', color: 'rgba(0,0,0,0.7)'}}>
|
||||||
{getLangText('read')}
|
{getLangText('read')}
|
||||||
</a>)
|
</a>)
|
||||||
|
@ -207,7 +207,7 @@ const languages = {
|
|||||||
'Specify editions': 'Specify editions',
|
'Specify editions': 'Specify editions',
|
||||||
'Editions': 'Editions',
|
'Editions': 'Editions',
|
||||||
'Create editions': 'Create 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',
|
'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.',
|
'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',
|
'REGISTREE': 'REGISTREE',
|
||||||
|
Loading…
Reference in New Issue
Block a user