diff --git a/src/postorius/doc/news.rst b/src/postorius/doc/news.rst index d706583..04edcb2 100644 --- a/src/postorius/doc/news.rst +++ b/src/postorius/doc/news.rst @@ -29,6 +29,7 @@ * Show error message in login view. Contributed by Aurélien Bompard (LP: 1094829). * Fix adding the a list owner on list creation. Contributed by Aurélien Bompard (LP: 1175967). * Fix untranslatable template strings. Contributed by Sumana Harihareswara (LP: 1157947). +* Fix wrong labels in metrics template. Contributed by Sumana Harihareswara (LP: 1409033). 1.0 beta 1 -- "Year of the Parrot" diff --git a/src/postorius/templates/postorius/lists/metrics.html b/src/postorius/templates/postorius/lists/metrics.html index 402a7f9..75030e4 100644 --- a/src/postorius/templates/postorius/lists/metrics.html +++ b/src/postorius/templates/postorius/lists/metrics.html @@ -13,15 +13,15 @@ {{list.settings.created_at}} - {% trans 'Created at' %} + {% trans 'Last post at' %} {{list.settings.last_post_at}} - {% trans 'Created at' %} + {% trans 'Digest last sent at' %} {{list.settings.digest_last_sent_at}} - {% trans 'Created at' %} + {% trans 'Volume' %} {{list.settings.volume}}