change various text items to be more clear for users, as well as some grammar
This commit is contained in:
@@ -76,7 +76,7 @@
|
||||
$submitButton.
|
||||
removeClass('is-disabled').
|
||||
removeProp('disabled').
|
||||
html("${_('Create my {platform_name} Account').format(platform_name=settings.PLATFORM_NAME)}");
|
||||
html("${_('Create My {platform_name} Account').format(platform_name=settings.PLATFORM_NAME)}");
|
||||
}
|
||||
else {
|
||||
$submitButton.
|
||||
@@ -131,7 +131,7 @@
|
||||
<input id="password" type="password" name="password" value="" required aria-required="true" />
|
||||
</li>
|
||||
<li class="field required text" id="field-username">
|
||||
<label for="username">${_('Public Username')}</label>
|
||||
<label for="username">${_('Public Display Name')}</label>
|
||||
<input id="username" type="text" name="username" value="" placeholder="${_('example: JaneDoe')}" required aria-required="true" aria-describedby="username-tip"/>
|
||||
<span class="tip tip-input" id="username-tip">${_('Will be shown in any discussions or forums you participate in')} <strong>(${_('cannot be changed later')})</strong></span>
|
||||
</li>
|
||||
@@ -146,7 +146,7 @@
|
||||
|
||||
<div class="message">
|
||||
<h3 class="message-title">${_("Welcome {username}").format(username=extauth_id)}</h3>
|
||||
<p class="message-copy">${_("Enter a public username:")}</p>
|
||||
<p class="message-copy">${_("Enter a Public Display Name:")}</p>
|
||||
</div>
|
||||
|
||||
<ol class="list-input">
|
||||
@@ -161,7 +161,7 @@
|
||||
% endif
|
||||
|
||||
<li class="field required text" id="field-username">
|
||||
<label for="username">${_('Public Username')}</label>
|
||||
<label for="username">${_('Public Display Name')}</label>
|
||||
<input id="username" type="text" name="username" value="${extauth_username}" placeholder="${_('example: JaneDoe')}" required aria-required="true" aria-describedby="username-tip" />
|
||||
<span class="tip tip-input" id="id="username-tip>${_('Will be shown in any discussions or forums you participate in')} <strong>(${_('cannot be changed later')})</strong></span>
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user