Skip to content

Commit c5c1921

Browse files
webknjazdi
andauthored
Fix s/frow/from typo @ publishing.html template (#17602)
* Fix `s/frow/from` typo @ `publishing.html` template * Update translations --------- Co-authored-by: Dustin Ingram <[email protected]>
1 parent bf75e66 commit c5c1921

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

warehouse/locale/messages.pot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6257,7 +6257,7 @@ msgstr ""
62576257
#: warehouse/templates/manage/project/publishing.html:467
62586258
#, python-format
62596259
msgid ""
6260-
"I understand that this Trusted Publisher will only allow uploads frow "
6260+
"I understand that this Trusted Publisher will only allow uploads from "
62616261
"CI/CD workflows running in the '%(constrained_environment_name)s' "
62626262
"environment."
62636263
msgstr ""

warehouse/templates/manage/project/publishing.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ <h2 class="no-bottom-padding">{% trans %}Add a new publisher{% endtrans %}</h2>
464464
</div>
465465

466466
<ul class="no-bullets no-left-margin">
467-
<li><input class="inline-checkbox" type="checkbox" data-action="input->confirm#check" data-confirm-target="checkbox"> {% trans %}I understand that this Trusted Publisher will only allow uploads frow CI/CD workflows running in the '{{ constrained_environment_name }}' environment.{% endtrans %}</li>
467+
<li><input class="inline-checkbox" type="checkbox" data-action="input->confirm#check" data-confirm-target="checkbox"> {% trans %}I understand that this Trusted Publisher will only allow uploads from CI/CD workflows running in the '{{ constrained_environment_name }}' environment.{% endtrans %}</li>
468468
</ul>
469469
</div>
470470
{% endset %}

0 commit comments

Comments
 (0)