Skip to content
This repository was archived by the owner on Apr 3, 2019. It is now read-only.

Commit e80b558

Browse files
ryanfeeleyShane Tomlinson
authored andcommitted
chore(text): Put Back link on bottom (#5184) r=@shane-tomlinson
Looked weird with one word link above big sentence link. Shorten "resend" text to better fit on mobile.
1 parent 08c8904 commit e80b558

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

app/scripts/templates/confirm.mustache

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@
2929

3030
<div class="links">
3131
{{^canGoBack}}
32-
<a id="resend" class="delayed-fadein" href="#">{{#t}}Didn't arrive and not in spam folder? Resend{{/t}}</a>
32+
<a id="resend" class="delayed-fadein" href="#">{{#t}}Not in inbox or spam folder? Resend{{/t}}</a>
3333
{{/canGoBack}}
3434
{{#canGoBack}}
35-
<a id="back" class="left delayed-fadein" href="#">{{#t}}Back{{/t}}</a>
36-
<a id="resend" class="right delayed-fadein" href="#">{{#t}}Didn't arrive and not in spam folder? Resend{{/t}}</a>
35+
<a id="resend" class="left delayed-fadein" href="#">{{#t}}Not in inbox or spam folder? Resend{{/t}}</a>
36+
<a id="back" class="right delayed-fadein" href="#">{{#t}}Back{{/t}}</a>
3737
{{/canGoBack}}
3838
</div>
3939
</section>

app/scripts/templates/confirm_reset_password.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
{{/isSignInEnabled}}
3434

3535
<li>
36-
<a id="resend" class="resend-email" href="#">{{#t}}Didn't arrive and not in spam folder? Resend{{/t}}</a>
36+
<a id="resend" class="resend-email" href="#">{{#t}}Not in inbox or spam folder? Resend{{/t}}</a>
3737
</li>
3838
</ul>
3939

app/scripts/templates/settings/emails.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
</button>
3434
</li>
3535
{{^verified}}
36-
<a class="resend" data-id="{{email}}">{{#t}}Didn't arrive and not in spam folder? Resend?{{/t}}</a>
36+
<a class="resend" data-id="{{email}}">{{#t}}Not in inbox or spam folder? Resend?{{/t}}</a>
3737
{{/verified}}
3838
{{/isPrimary}}
3939
{{/emails}}

app/scripts/templates/sign_in_unblock.mustache

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@
2626

2727
<div class="links">
2828
{{#hasSupportLink}}
29-
<a id="resend" class="delayed-fadein left" href="#">{{#t}}Didn't arrive and not in spam folder? Resend{{/t}}</a>
29+
<a id="resend" class="delayed-fadein left" href="#">{{#t}}Not in inbox or spam folder? Resend{{/t}}</a>
3030
<a href="{{{ escapedSupportLink }}}" id="support-link" class="delayed-fadein right" target="_blank">{{#t}}Why is this happening?{{/t}}</a>
3131
{{/hasSupportLink}}
3232
{{^hasSupportLink}}
33-
<a id="resend" class="delayed-fadein" href="#">{{#t}}Didn't arrive and not in spam folder? Resend{{/t}}</a>
33+
<a id="resend" class="delayed-fadein" href="#">{{#t}}Not in inbox or spam folder? Resend{{/t}}</a>
3434
{{/hasSupportLink}}
3535
</div>
3636
</section>

0 commit comments

Comments
 (0)