Say 'mod' instead of '5' on users per trust level table

This commit is contained in:
Neil Lalonde 2013-03-18 13:25:40 -04:00
parent c4a5f9d47b
commit 766f437e44
3 changed files with 6 additions and 1 deletions

View File

@ -53,7 +53,7 @@
<th>2</th> <th>2</th>
<th>3</th> <th>3</th>
<th>4</th> <th>4</th>
<th>5</th> <th>{{i18n admin.dashboard.moderator_short}}</th>
</tr> </tr>
</thead> </thead>
{{#unless loading}} {{#unless loading}}

View File

@ -360,6 +360,10 @@ table {
&.trust-levels { &.trust-levels {
margin-top: 0px; margin-top: 0px;
td.value {
width: 33px;
}
} }
} }

View File

@ -692,6 +692,7 @@ en:
latest_version: "Latest version" latest_version: "Latest version"
update_often: 'Please update often!' update_often: 'Please update often!'
total_users: "Total Users" total_users: "Total Users"
moderator_short: "mod"
reports: reports:
today: "Today" today: "Today"