Skip to content

Commit

Permalink
Incorporate source string feedback from KwadroNaut
Browse files Browse the repository at this point in the history
  • Loading branch information
rmol committed Sep 3, 2019
1 parent d151b91 commit f65d954
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion securedrop/journalist_templates/edit_account.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,6 @@ <h2>{{ gettext('Reset Two-Factor Authentication') }}</h2>
{%- endmacro %}

{{ twofa_reset(user, totp_reset_url, "totp", gettext("Reset two-factor authentication for mobile apps, such as FreeOTP"), gettext("RESET APP TOKEN"))}}
{{ twofa_reset(user, hotp_reset_url, "hotp", gettext("Reset two-factor authentication for hardware tokens, like YubiKey"), gettext("RESET HARDWARE TOKEN"))}}
{{ twofa_reset(user, hotp_reset_url, "hotp", gettext("Reset two-factor authentication for hardware tokens, like a YubiKey"), gettext("RESET HARDWARE TOKEN"))}}

{% endblock %}
2 changes: 1 addition & 1 deletion securedrop/source_templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ <h2 class="welcome-text">
</div>
<div class="index-column-bottom-container">
<a href="{{ url_for('main.login') }}" id="login-button" class="btn secondary">
{{ gettext('CHECK-IN') }}
{{ gettext('LOG IN') }}
</a>
</div>
</div>
Expand Down

0 comments on commit f65d954

Please sign in to comment.