web: Fixed typo in stages/user_write form (#3604)

This commit is contained in:
Kevin Rutkay 2022-09-17 05:51:15 -04:00 committed by GitHub
parent 75434cc23f
commit 02e2c117ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -85,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. If left blank, the default path will be used.fo`} ${t`Path new users will be created under. If left blank, the default path will be used.`}
</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">