File tree 2 files changed +3
-3
lines changed 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8
8
msgstr ""
9
9
"Project-Id-Version : Warehouse VERSION\n "
10
10
"Report-Msgid-Bugs-To : https://github.com/pypa/warehouse/issues/new\n "
11
- "POT-Creation-Date : 2020-01-15 10:23-0600 \n "
11
+ "POT-Creation-Date : 2020-01-15 20:11+0200 \n "
12
12
"PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
13
13
"Last-Translator : FULL NAME <EMAIL@ADDRESS>\n "
14
14
"
Language-Team :
LANGUAGE <[email protected] >\n "
@@ -2981,7 +2981,7 @@ msgstr ""
2981
2981
2982
2982
#: warehouse/templates/packaging/detail.html:124
2983
2983
#, python-format
2984
- msgid "Last released : %(release_date)s"
2984
+ msgid "Released : %(release_date)s"
2985
2985
msgstr ""
2986
2986
2987
2987
#: warehouse/templates/packaging/detail.html:136
Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ <h1 class="package-header__name">
121
121
</ a >
122
122
{% endif %}
123
123
< p class ="package-header__date ">
124
- {% trans release_date=humanize(release.created) %}Last released : {{ release_date }}{% endtrans %}
124
+ {% trans release_date=humanize(release.created) %}Released : {{ release_date }}{% endtrans %}
125
125
</ p >
126
126
</ div >
127
127
</ div >
You can’t perform that action at this time.
0 commit comments