Merge pull request #295 from mozilla/issue-273-untranslated-strings
Ensure all strings are translated. TOS/PP styling.
This commit is contained in:
Коммит
baa790f5b5
|
@ -14,7 +14,7 @@
|
|||
{{#redirectTo}}
|
||||
<p>{{#t}}You are now ready to use{{/t}} {{ service }}</p>
|
||||
|
||||
<a href="{{ redirectTo }}" autofocus>Continue</a>
|
||||
<a href="{{ redirectTo }}" autofocus>{{#t}}Continue{{/t}}</a>
|
||||
{{/redirectTo}}
|
||||
{{^redirectTo}}
|
||||
<p>{{#t}}Your account is ready!{{/t}}</p>
|
||||
|
|
|
@ -12,6 +12,6 @@
|
|||
<p>{{#t}}A verification link has been sent to:{{/t}}<br/>{{email}}.</p>
|
||||
|
||||
<div class="links">
|
||||
<a>Email not showing up? Send again</a>
|
||||
<a>{{#t}}Email not showing up? Send again{{/t}}</a>
|
||||
</div>
|
||||
</section>
|
||||
|
|
|
@ -11,6 +11,6 @@
|
|||
</div>
|
||||
|
||||
<div class="links">
|
||||
<a href="/signin">{{#t}}Already have an account?{{/t}} {{#t}}Sign in!{{/t}}</a>
|
||||
<a href="/signin">{{#t}}Already have an account? Sign in!{{/t}}</a>
|
||||
</div>
|
||||
</section>
|
||||
|
|
|
@ -1,5 +1,13 @@
|
|||
<h1 id="fxa-pp-header">{{#t}}Privacy Policy{{/t}}</h1>
|
||||
<header>
|
||||
<h1 id="fxa-pp-header">{{#t}}Privacy Policy{{/t}}</h1>
|
||||
</header>
|
||||
|
||||
This is some Privacy Policy text
|
||||
<section>
|
||||
<p>
|
||||
{{#t}}This is some Privacy Policy text{{/t}}
|
||||
</p>
|
||||
|
||||
<button id="fxa-pp-back" autofocus>Back</button>
|
||||
<div class="button-row">
|
||||
<button id="fxa-pp-back" autofocus>{{#t}}Back{{/t}}</button>
|
||||
</div>
|
||||
</section>
|
||||
|
|
|
@ -12,6 +12,6 @@
|
|||
{{#redirectTo}}
|
||||
<p>{{#t}}Continue to{{/t}} {{ service }} {{#t}}on the <strong>Initial Client</strong>.{{/t}}</p>
|
||||
|
||||
<a href="{{ redirectTo }}" autofocus>Continue</a>
|
||||
<a href="{{ redirectTo }}" autofocus>{{#t}}Continue{{/t}}</a>
|
||||
{{/redirectTo}}
|
||||
</section>
|
||||
|
|
|
@ -51,7 +51,7 @@
|
|||
</form>
|
||||
|
||||
<div class="links">
|
||||
<a href="/signin">{{#t}}Already have an account?{{/t}} {{#t}}Sign in!{{/t}}</a>
|
||||
<a href="/signin">{{#t}}Already have an account? Sign in!{{/t}}</a>
|
||||
</div>
|
||||
|
||||
</section>
|
||||
|
|
|
@ -1,5 +1,13 @@
|
|||
<h1 id="fxa-tos-header">{{#t}}Terms of Service{{/t}}</h1>
|
||||
<header>
|
||||
<h1 id="fxa-tos-header">{{#t}}Terms of Service{{/t}}</h1>
|
||||
</header>
|
||||
|
||||
This is some Terms of Service text.
|
||||
<section>
|
||||
<p>
|
||||
{{#t}}This is some Terms of Service text.{{/t}}
|
||||
</p>
|
||||
|
||||
<button id="fxa-tos-back" autofocus>Back</button>
|
||||
<div class="button-row">
|
||||
<button id="fxa-tos-back" autofocus>{{#t}}Back{{/t}}</button>
|
||||
</div>
|
||||
</section>
|
||||
|
|
Загрузка…
Ссылка в новой задаче