File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -1402,7 +1402,7 @@ msgstr ""
14021402msgid "Are you sure?"
14031403msgstr ""
14041404
1405- #: warehouse/templates/error-base.html:23
1405+ #: warehouse/templates/error-base.html:24
14061406msgid "Error code"
14071407msgstr ""
14081408
@@ -9577,8 +9577,8 @@ msgstr ""
95779577
95789578#: warehouse/templates/search/results.html:141
95799579#, python-format
9580- msgid "<strong>%(count_display)s</strong> project"
9581- msgid_plural "<strong>%(count_display)s</strong> projects"
9580+ msgid "<strong>%(count_display)s</strong> project "
9581+ msgid_plural "<strong>%(count_display)s</strong> projects "
95829582msgstr[ 0 ] ""
95839583msgstr[ 1 ] ""
95849584
Original file line number Diff line number Diff line change @@ -20,9 +20,9 @@ <h1 class="viewport-section__heading">
2020 {% block error_text %}
2121 < div class ="viewport-section__text ">
2222 < p >
23- < strong > {% trans %}Error code{% endtrans % }
24- {% block error_code %}{% endblock %}
25- </ strong >
23+ {# djlint:off # }
24+ < strong > {% trans %}Error code {% endtrans %} {% block error_code %}{% endblock %}</ strong >
25+ {# djlint:on #}
2626 < br >
2727 < a href ="{{ request.route_path('index') }} "> {% trans %}Back to the homepage{% endtrans %}</ a >
2828 </ p >
Original file line number Diff line number Diff line change @@ -139,9 +139,9 @@ <h2 class="sr-only">{% trans %}Search results{% endtrans %}</h2>
139139 {% set item_count_display = page.item_count|format_number %}
140140 {% endif %}
141141 {% trans count=page.item_count, count_display=item_count_display %}
142- < strong > {{ count_display }}</ strong > project
142+ < strong > {{ count_display }}</ strong > project
143143 {% pluralize %}
144- < strong > {{ count_display }}</ strong > projects
144+ < strong > {{ count_display }}</ strong > projects
145145 {% endtrans %}
146146 {% if term %}
147147 {% trans term=term %}for "{{ term }}"{% endtrans %}
You can’t perform that action at this time.
0 commit comments