diff --git a/domain-server/resources/describe-settings.json b/domain-server/resources/describe-settings.json
index 2965276969..2b7cfc9a74 100644
--- a/domain-server/resources/describe-settings.json
+++ b/domain-server/resources/describe-settings.json
@@ -384,7 +384,7 @@
"name": "standard_permissions",
"type": "table",
"label": "Domain-Wide User Permissions",
- "help": "Indicate which users or groups can have which domain-wide permissions.",
+ "help": "Indicate which types of users can have which domain-wide permissions.",
"caption": "Standard Permissions",
"can_add_new_rows": false,
@@ -463,7 +463,7 @@
"span": 2
},
{
- "label": "Permissions ?",
+ "label": "Permissions ?",
"span": 6
}
],
@@ -552,7 +552,7 @@
"span": 2
},
{
- "label": "Permissions ?",
+ "label": "Permissions ?",
"span": 6
}
],
@@ -639,7 +639,7 @@
"span": 1
},
{
- "label": "Permissions ?",
+ "label": "Permissions ?",
"span": 6
}
],
diff --git a/domain-server/resources/web/css/style.css b/domain-server/resources/web/css/style.css
index b9fc8b16e7..b019f59b4e 100644
--- a/domain-server/resources/web/css/style.css
+++ b/domain-server/resources/web/css/style.css
@@ -133,7 +133,7 @@ table .headers + .headers td {
color: #222;
}
-table[name="security.standard_permissions"] .headers td + td, table[name="security.permissions"] .headers td + td, table[name="security.group_permissions"] .headers td + td {
+#security table .headers td + td {
text-align: center;
}