Skip to content
This repository was archived by the owner on Jan 19, 2021. It is now read-only.

Commit c41f92f

Browse files
authored
Merge pull request #1693 from tsmrachel/1333742
[fix bug 1333742] Change Sign In button wording to include registration
2 parents 3fc235c + f0bff5f commit c41f92f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mozillians/jinja2/base.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,9 @@
135135
{% endif %}
136136
{% elif not show_start %}
137137
{% set next_url = request.REQUEST.next | default(url('phonebook:login')) %}
138-
<a id="nav-login" title="{{_('Sign in')}}"
138+
<a id="nav-login" title="{{_('Log In / Sign Up')}}"
139139
href="{{ nonprefixed_url('oidc_authentication_init') }}?next={{ next_url }}">
140-
<span class="signin button">{{ _('Sign in') }}</span>
140+
<span class="signin button">{{ _('Log In / Sign Up') }}</span>
141141
</a>
142142
{% endif %}
143143
</nav>

0 commit comments

Comments
 (0)