Merge lp:~sumanah/postorius/metrics-template into lp:postorius

Proposed by Sumana Harihareswara
Status: Merged
Merged at revision: 192
Proposed branch: lp:~sumanah/postorius/metrics-template
Merge into: lp:postorius
Diff against target: 22 lines (+3/-3)
1 file modified
src/postorius/templates/postorius/lists/metrics.html (+3/-3)
To merge this branch: bzr merge lp:~sumanah/postorius/metrics-template
Reviewer Review Type Date Requested Status
Florian Fuchs Approve
Review via email: mp+245965@code.launchpad.net

Description of the change

This branch fixes bug #1409033 by correcting the messages associated with three metrics in template src/postorius/templates/postorius/lists/metrics.html .

To post a comment you must log in.
Revision history for this message
Florian Fuchs (flo-fuchs) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/postorius/templates/postorius/lists/metrics.html'
2--- src/postorius/templates/postorius/lists/metrics.html 2013-05-31 02:21:03 +0000
3+++ src/postorius/templates/postorius/lists/metrics.html 2015-01-09 14:58:13 +0000
4@@ -13,15 +13,15 @@
5 <td>{{list.settings.created_at}}</td>
6 </tr>
7 <tr>
8- <th>{% trans 'Created at' %}</th>
9+ <th>{% trans 'Last post at' %}</th>
10 <td>{{list.settings.last_post_at}}</td>
11 </tr>
12 <tr>
13- <th>{% trans 'Created at' %}</th>
14+ <th>{% trans 'Digest last sent at' %}</th>
15 <td>{{list.settings.digest_last_sent_at}}</td>
16 </tr>
17 <tr>
18- <th>{% trans 'Created at' %}</th>
19+ <th>{% trans 'Volume' %}</th>
20 <td>{{list.settings.volume}}</td>
21 </tr>
22 </tbody>

Subscribers

People subscribed via source and target branches