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>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}}
|
||||||
|
|
|
@ -360,6 +360,10 @@ table {
|
||||||
|
|
||||||
&.trust-levels {
|
&.trust-levels {
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
|
|
||||||
|
td.value {
|
||||||
|
width: 33px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue