Commit 6accfcd5 by Giulio Gratta

change various text items to be more clear for users, as well as some grammar

parent 2678f2a1
...@@ -76,7 +76,7 @@ ...@@ -76,7 +76,7 @@
$submitButton. $submitButton.
removeClass('is-disabled'). removeClass('is-disabled').
removeProp('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 { else {
$submitButton. $submitButton.
...@@ -131,7 +131,7 @@ ...@@ -131,7 +131,7 @@
<input id="password" type="password" name="password" value="" required aria-required="true" /> <input id="password" type="password" name="password" value="" required aria-required="true" />
</li> </li>
<li class="field required text" id="field-username"> <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"/> <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> <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> </li>
...@@ -146,7 +146,7 @@ ...@@ -146,7 +146,7 @@
<div class="message"> <div class="message">
<h3 class="message-title">${_("Welcome {username}").format(username=extauth_id)}</h3> <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> </div>
<ol class="list-input"> <ol class="list-input">
...@@ -161,7 +161,7 @@ ...@@ -161,7 +161,7 @@
% endif % endif
<li class="field required text" id="field-username"> <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" /> <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> <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> </li>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment