mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-05-01 16:34:14 -04:00
Say 'mod' instead of '5' on users per trust level table
This commit is contained in:
parent
c4a5f9d47b
commit
766f437e44
3 changed files with 6 additions and 1 deletions
app/assets
config/locales
|
@ -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…
Add table
Add a link
Reference in a new issue