Skip to content

Commit

Permalink
Use 'Released' instead of 'Last released' because it's used for older…
Browse files Browse the repository at this point in the history
… releases too (#7243)

* Use 'Released' instead of 'Last released' because it's used for older releases too

* make compile-pot
  • Loading branch information
hugovk authored and di committed Jan 15, 2020
1 parent 90111e4 commit 164d0b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions warehouse/locale/messages.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Warehouse VERSION\n"
"Report-Msgid-Bugs-To: https://github.com/pypa/warehouse/issues/new\n"
"POT-Creation-Date: 2020-01-15 10:23-0600\n"
"POT-Creation-Date: 2020-01-15 20:11+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
Expand Down Expand Up @@ -2981,7 +2981,7 @@ msgstr ""

#: warehouse/templates/packaging/detail.html:124
#, python-format
msgid "Last released: %(release_date)s"
msgid "Released: %(release_date)s"
msgstr ""

#: warehouse/templates/packaging/detail.html:136
Expand Down
2 changes: 1 addition & 1 deletion warehouse/templates/packaging/detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ <h1 class="package-header__name">
</a>
{% endif %}
<p class="package-header__date">
{% trans release_date=humanize(release.created) %}Last released: {{ release_date }}{% endtrans %}
{% trans release_date=humanize(release.created) %}Released: {{ release_date }}{% endtrans %}
</p>
</div>
</div>
Expand Down

0 comments on commit 164d0b3

Please sign in to comment.