copyedit to improved invite page
This commit is contained in:
parent
040e10a627
commit
f831e92c42
|
@ -15,11 +15,12 @@
|
|||
{{#if successMessage}}
|
||||
<p>{{successMessage}}</p>
|
||||
{{else}}
|
||||
<p>{{i18n 'invites.form_instructions'}}</p>
|
||||
|
||||
<p>{{{yourEmailMessage}}}
|
||||
{{#if externalAuthsEnabled}}
|
||||
<p>{{i18n 'invites.social_login_available'}}</p>
|
||||
{{i18n 'invites.social_login_available'}}
|
||||
{{/if}}
|
||||
</p>
|
||||
|
||||
<form>
|
||||
<label>{{i18n 'user.username.title'}}</label>
|
||||
|
@ -40,8 +41,6 @@
|
|||
<div class="caps-lock-warning {{unless capsLockOn 'invisible'}}"><i class="fa fa-exclamation-triangle"></i> {{i18n 'login.caps_lock_warning'}}</div>
|
||||
</div>
|
||||
|
||||
<p>{{{yourEmailMessage}}}</p>
|
||||
|
||||
<button class='btn btn-primary' {{action "submit"}} disabled={{submitDisabled}}>{{i18n 'invites.accept_invite'}}</button>
|
||||
|
||||
{{#if errorMessage}}
|
||||
|
|
|
@ -1069,7 +1069,6 @@ en:
|
|||
accept_title: "Invitation"
|
||||
welcome_to: "Welcome to %{site_name}!"
|
||||
invited_by: "You were invited by:"
|
||||
form_instructions: "You can choose your username and set your password now, or later from your preferences."
|
||||
social_login_available: "After your account is created, you'll be able to sign in with social login."
|
||||
your_email: "Your account's email address will be <b>%{email}</b>."
|
||||
accept_invite: "Accept Invitation"
|
||||
|
|
Loading…
Reference in New Issue