website/admin: add missing description for user_write path

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2022-06-16 16:59:56 +02:00
parent 2d48fe42f4
commit e6ecdf8b1d

View file

@ -74,7 +74,10 @@ export class UserWriteStageForm extends ModelForm<UserWriteStage, string> {
${t`Mark newly created users as inactive.`} ${t`Mark newly created users as inactive.`}
</p> </p>
</ak-form-element-horizontal> </ak-form-element-horizontal>
<ak-form-element-horizontal name="userPathTemplate"> <ak-form-element-horizontal
label=${t`User path template`}
name="userPathTemplate"
>
<input <input
type="text" type="text"
value="${first(this.instance?.userPathTemplate, "")}" value="${first(this.instance?.userPathTemplate, "")}"
@ -82,7 +85,7 @@ export class UserWriteStageForm extends ModelForm<UserWriteStage, string> {
required required
/> />
<p class="pf-c-form__helper-text"> <p class="pf-c-form__helper-text">
${t`Path new users will be created under.`} ${t`Path new users will be created under. If left blank, the default path will be used.fo`}
</p> </p>
</ak-form-element-horizontal> </ak-form-element-horizontal>
<ak-form-element-horizontal label=${t`Group`} name="createUsersGroup"> <ak-form-element-horizontal label=${t`Group`} name="createUsersGroup">