Say 'mod' instead of '5' on users per trust level table
This commit is contained in:
parent
c4a5f9d47b
commit
766f437e44
|
@ -53,7 +53,7 @@
|
|||
<th>2</th>
|
||||
<th>3</th>
|
||||
<th>4</th>
|
||||
<th>5</th>
|
||||
<th>{{i18n admin.dashboard.moderator_short}}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
{{#unless loading}}
|
||||
|
|
|
@ -360,6 +360,10 @@ table {
|
|||
|
||||
&.trust-levels {
|
||||
margin-top: 0px;
|
||||
|
||||
td.value {
|
||||
width: 33px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -692,6 +692,7 @@ en:
|
|||
latest_version: "Latest version"
|
||||
update_often: 'Please update often!'
|
||||
total_users: "Total Users"
|
||||
moderator_short: "mod"
|
||||
|
||||
reports:
|
||||
today: "Today"
|
||||
|
|
Loading…
Reference in New Issue