renaming of group permission column

This commit is contained in:
Maren Süwer
2019-02-01 14:20:00 +01:00
parent 05efbe5ad8
commit fe837b816c
3 changed files with 3 additions and 1 deletions

View File

@@ -154,7 +154,7 @@ class Permissions extends React.Component<Props> {
</th>
<th className="is-hidden-mobile">
<LabelWithHelpIcon
label={t("permission.group-permission")}
label={t("permission.type")}
helpText={t("permission.help.groupPermissionHelpText")}
/>
</th>