Skip to content

Commit

Permalink
Merge pull request #5810 from akatsoulas/interstitial-updates
Browse files Browse the repository at this point in the history
Update wording in login interstitial
  • Loading branch information
akatsoulas authored Dec 12, 2023
2 parents eead7d6 + 20c13e1 commit 5d7669a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions kitsune/users/jinja2/users/auth.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@
<div id="login-fxa">
<article id="login" class="main login-form">
<div class="sumo-page-section content-zero-bottom-pad">
<h1 class="sumo-page-subheading sumo-header-medium">{{ _('Continue with your Mozilla account' ) }}</h1>
<h1 class="sumo-page-subheading sumo-header-medium">{{ _('Continue with a Mozilla account' ) }}</h1>
<p class="text-body-sm">
{{ _('Get personalized support from staff and our<br> amazing community of contributors from around the world.' ) }}
{{ _('Sign in or sign up to ask questions in our forums and contact support agents.' ) }}
</p>
<div class="center-on-mobile">
<p class="login-button-wrap">
<a rel="nofollow" href="{{ url('users.fxa_authentication_init') }}?next={{ next_url }}"
class="sumo-button primary-button button-lg button-full-width">{{ _('Sign In or Sign Up') }}</a>
class="sumo-button primary-button button-lg button-full-width">{{ _('Continue') }}</a>
</p>

<p class="help-text">
Expand All @@ -61,7 +61,7 @@ <h1 class="sumo-page-subheading sumo-header-medium">{{ _('Continue with your Moz
<div class="trouble-text">
<p class="help-text">
{{ _('Having trouble signing in? ')}}
<a href="{{ url('questions.aaq_step3', product_key='mozilla-account') }}">{{ _('Contact support') }}</a>
<a href="{{ url('questions.aaq_step3', product_key='mozilla-account') }}">{{ _("I can't sign in to my Mozilla account") }}</a>
</p>
</div>
</div>
Expand Down

0 comments on commit 5d7669a

Please sign in to comment.