Skip to content

Commit 273fba2

Browse files
authored
Access manager / fix published group label key (#8873)
1 parent bfe34ec commit 273fba2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web-ui/src/main/resources/catalog/templates/editor/accessManager.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ <h1 data-translate="">accessManagerTitle</h1>
2020
aria-label="{{'anyPlaceHolder' | translate}}"
2121
/>
2222
<br />
23-
<label class="control-label" data-translate>_groupPublished</label>
23+
<label class="control-label" data-translate>groupPublished</label>
2424
<select class="form-control" data-ng-model="params.group">
2525
<option value=""></option>
2626
<option data-ng-repeat="g in groups | orderBy:'name'" value="{{g.name}}">

0 commit comments

Comments
 (0)