change table names

This commit is contained in:
Maren Süwer
2018-09-25 08:42:27 +02:00
parent 06e55d6d45
commit a016d2bd33
2 changed files with 5 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
"error-subtitle": "Unknown permissions error"
},
"permission": {
"name": "Name",
"name": "User or Group",
"type": "Type",
"group-permission": "Group Permission"
},

View File

@@ -117,8 +117,10 @@ class Permissions extends React.Component<Props> {
<thead>
<tr>
<th>{t("permission.name")}</th>
<th className="is-hidden-mobile">{t("permission.type")}</th>
<th>{t("permission.group-permission")}</th>
<th className="is-hidden-mobile">
{t("permission.group-permission")}
</th>
<th>{t("permission.type")}</th>
</tr>
</thead>
<tbody>