diff --git a/app/assets/javascripts/admin/templates/dashboard.js.handlebars b/app/assets/javascripts/admin/templates/dashboard.js.handlebars
index 0a221cbf076..a159b194a90 100644
--- a/app/assets/javascripts/admin/templates/dashboard.js.handlebars
+++ b/app/assets/javascripts/admin/templates/dashboard.js.handlebars
@@ -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}}
diff --git a/app/assets/stylesheets/admin/admin_base.scss b/app/assets/stylesheets/admin/admin_base.scss
index 70c44ea9dc0..7d763ff43e1 100644
--- a/app/assets/stylesheets/admin/admin_base.scss
+++ b/app/assets/stylesheets/admin/admin_base.scss
@@ -360,6 +360,10 @@ table {
 
   &.trust-levels {
     margin-top: 0px;
+
+    td.value {
+      width: 33px;
+    }
   }
 }
 
diff --git a/config/locales/client.en.yml b/config/locales/client.en.yml
index 2847e47a9f9..824057c8b75 100644
--- a/config/locales/client.en.yml
+++ b/config/locales/client.en.yml
@@ -692,6 +692,7 @@ en:
         latest_version: "Latest version"
         update_often: 'Please update often!'
         total_users: "Total Users"
+        moderator_short: "mod"
 
         reports:
           today: "Today"