Skip to content

Commit

Permalink
fix: show full scope name in acl wizzard
Browse files Browse the repository at this point in the history
  • Loading branch information
czosel committed Feb 16, 2022
1 parent 1c25633 commit 0e123f9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion addon/components/acl-wizzard.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default class AclWizzardComponent extends Component {

fields = {
user: ["username", "fullName", "email"],
scope: ["name", "description"],
scope: ["fullName", "description"],
role: ["name", "description"],
};

Expand Down
2 changes: 1 addition & 1 deletion translations/de.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ emeis:
scopes:
title: "Organisationen"
headings:
name: "Name"
fullName: "Name"
description: "Beschreibung"
parent: "Übergeordneter Berechtigungsbereich"
new: "Neuen Berechtigungsbereich erstellen"
Expand Down
2 changes: 1 addition & 1 deletion translations/en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ emeis:
scopes:
title: "Scopes"
headings:
name: "Name"
fullName: "Name"
description: "Description"
parent: "Parent Scope"
new: "Add Scope"
Expand Down

0 comments on commit 0e123f9

Please sign in to comment.