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
1 changed files with 5 additions and 2 deletions

View File

@ -74,7 +74,10 @@ export class UserWriteStageForm extends ModelForm<UserWriteStage, string> {
${t`Mark newly created users as inactive.`}
</p>
</ak-form-element-horizontal>
<ak-form-element-horizontal name="userPathTemplate">
<ak-form-element-horizontal
label=${t`User path template`}
name="userPathTemplate"
>
<input
type="text"
value="${first(this.instance?.userPathTemplate, "")}"
@ -82,7 +85,7 @@ export class UserWriteStageForm extends ModelForm<UserWriteStage, string> {
required
/>
<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>
</ak-form-element-horizontal>
<ak-form-element-horizontal label=${t`Group`} name="createUsersGroup">