web/admin: fix search group label
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
		| @ -95,7 +95,7 @@ export class LDAPProviderFormPage extends ModelForm<LDAPProvider, number> { | |||||||
|                     ${t`Flow used for users to authenticate. Currently only identification and password stages are supported.`} |                     ${t`Flow used for users to authenticate. Currently only identification and password stages are supported.`} | ||||||
|                 </p> |                 </p> | ||||||
|             </ak-form-element-horizontal> |             </ak-form-element-horizontal> | ||||||
|             <ak-form-element-horizontal label=${t`Sync parent group`} name="searchGroup"> |             <ak-form-element-horizontal label=${t`Search group`} name="searchGroup"> | ||||||
|                 <select class="pf-c-form-control"> |                 <select class="pf-c-form-control"> | ||||||
|                     <option value="" ?selected=${this.instance?.searchGroup === undefined}> |                     <option value="" ?selected=${this.instance?.searchGroup === undefined}> | ||||||
|                         --------- |                         --------- | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user
	 Jens Langhammer
					Jens Langhammer