Skip to content

Commit b0ee15a

Browse files
webknjazdi
andauthored
Fix a s/as/has/ typo in basic-auth-with-2fa (#10843)
* Fix a s/as/has/ typo in `basic-auth-with-2fa` * Fix s/as/has/ in the txt email template too * Update translations Co-authored-by: Dustin Ingram <[email protected]>
1 parent 7e17659 commit b0ee15a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

warehouse/locale/messages.pot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1246,7 +1246,7 @@ msgstr ""
12461246
msgid ""
12471247
"During your recent upload or upload attempt to %(site)s, we noticed you "
12481248
"used basic authentication (username &amp; password). However, your "
1249-
"account as two-factor authentication (2FA) enabled."
1249+
"account has two-factor authentication (2FA) enabled."
12501250
msgstr ""
12511251

12521252
#: warehouse/templates/email/basic-auth-with-2fa/body.html:22

warehouse/templates/email/basic-auth-with-2fa/body.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
{% block content %}
1717
<h3>{% trans %}What?{% endtrans %}</h3>
1818
<p>
19-
{% trans site=request.registry.settings["site.name"] %}During your recent upload or upload attempt to {{ site }}, we noticed you used basic authentication (username &amp; password). However, your account as two-factor authentication (2FA) enabled.{% endtrans %}
19+
{% trans site=request.registry.settings["site.name"] %}During your recent upload or upload attempt to {{ site }}, we noticed you used basic authentication (username &amp; password). However, your account has two-factor authentication (2FA) enabled.{% endtrans %}
2020
</p>
2121
<p>
2222
{% trans site=request.registry.settings["site.name"] %}In the near future, {{ site }} will begin prohibiting uploads using basic authentication for accounts with two-factor authentication enabled. Instead, we will require API tokens to be used instead.{% endtrans %}

warehouse/templates/email/basic-auth-with-2fa/body.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
{% block content %}
1717
# {% trans %}What?{% endtrans %}
1818

19-
{% trans site=request.registry.settings["site.name"] %}During your recent upload or upload attempt to {{ site }}, we noticed you used basic authentication (username & password). However, your account as two-factor authentication (2FA) enabled.{% endtrans %}
19+
{% trans site=request.registry.settings["site.name"] %}During your recent upload or upload attempt to {{ site }}, we noticed you used basic authentication (username & password). However, your account has two-factor authentication (2FA) enabled.{% endtrans %}
2020

2121
{% trans site=request.registry.settings["site.name"] %}In the near future, {{ site }} will begin prohibiting uploads using basic authentication for accounts with two-factor authentication enabled. Instead, we will require API tokens to be used instead.{% endtrans %}
2222

0 commit comments

Comments
 (0)