Skip to content
Snippets Groups Projects
Commit d6ec5ffb authored by Milos Dinic's avatar Milos Dinic
Browse files

fixing duplicated strings for localization, part1

parent 7faf2493
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@
</div>
<div id="could_not_add" class="tooltip" for="newEmail">
<%= gettext('We just sent an email to that address! If you really want to send another, wait a minute or two and try again.') %>
<%= gettext('We just sent an email to that address! If you really want to send another, wait a minute or two and try again.') %>
</div>
<div id="already_own_address" class="tooltip" for="newEmail">
......
......@@ -18,7 +18,7 @@
</div>
<div id="could_not_add" class="tooltip" for="email">
<%= gettext('We just sent an email to that address! If you really want to send another, wait a minute or two and try again.') %>
<%= gettext('We just sent an email to that address! If you really want to send another, wait a minute or two and try again.') %>
</div>
<div id="already_registered" class="tooltip" for="email">
......
......@@ -16,7 +16,7 @@
</li>
<li>
<%= gettext("To verify that you own this address, you must sign in with your provider. This window will be redirected to") %>
<%= format(gettext("To verify that you own <strong id='primary_email'>%s</strong>, you must sign in with your provider. This window will be redirected to"), [email]) %>
<p>
<strong><%= auth_url %></strong>.
......
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