mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-09 06:55:47 +01:00
change table names
This commit is contained in:
@@ -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"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user