Skip to content

Commit 43a6e6f

Browse files
authored
Drop the second "instead" from the txt email too
1 parent d196e6d commit 43a6e6f

File tree

1 file changed

+1
-1
lines changed
  • warehouse/templates/email/basic-auth-with-2fa

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
{% 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 %}
2020

21-
{% 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 %}
21+
{% 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.{% endtrans %}
2222

2323
# {% trans %}What should I do?{% endtrans %}
2424

0 commit comments

Comments
 (0)