Skip to content
Snippets Groups Projects
Commit 348fbbbd authored by Lloyd Hilaiel's avatar Lloyd Hilaiel
Browse files

'or' was not gettext() decorated in index.ejs - allow a translator more...

'or' was not gettext() decorated in index.ejs - allow a translator more control over the whole phrase
parent 737e6f00
No related branches found
No related tags found
No related merge requests found
......@@ -9,9 +9,11 @@
<h1 class="white headline-main"><%- gettext('Connect with Mozilla Persona, the safest &amp; easiest way to sign in.') %></h1>
<p class="tour white">
<a href="/about"><%- gettext('Take the tour') %></a>
or
<a href="/signup" class="button create"><%- gettext('Sign up &rarr;') %></a>
<%- format(gettext('<a %(aboutLink)>Take the tour</a> or <a %(signupButton)>Sign Up &rarr;</a>'),
{
aboutLink: 'href="/about"',
signupButton: 'href="/signup" class="button create"',
}) %>
</p>
</div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment