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" "error-subtitle": "Unknown permissions error"
}, },
"permission": { "permission": {
"name": "Name", "name": "User or Group",
"type": "Type", "type": "Type",
"group-permission": "Group Permission" "group-permission": "Group Permission"
}, },

View File

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