We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfe34ec commit 273fba2Copy full SHA for 273fba2
web-ui/src/main/resources/catalog/templates/editor/accessManager.html
@@ -20,7 +20,7 @@ <h1 data-translate="">accessManagerTitle</h1>
20
aria-label="{{'anyPlaceHolder' | translate}}"
21
/>
22
<br />
23
- <label class="control-label" data-translate>_groupPublished</label>
+ <label class="control-label" data-translate>groupPublished</label>
24
<select class="form-control" data-ng-model="params.group">
25
<option value=""></option>
26
<option data-ng-repeat="g in groups | orderBy:'name'" value="{{g.name}}">
0 commit comments