Skip to content

Commit f80ce9d

Browse files
web/admin: fix wording in password stage (cherry-pick #18393 to version-2025.10) (#18395)
web/admin: fix wording in password stage (#18393) Remove word Co-authored-by: Dewi Roberts <[email protected]>
1 parent a233fee commit f80ce9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/admin/stages/password/PasswordStageForm.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ export class PasswordStageForm extends BaseStageForm<PasswordStage> {
143143
</ak-search-select>
144144
<p class="pf-c-form__helper-text">
145145
${msg(
146-
"Flow used by an authenticated user to configure their password. If empty, user will not be able to configure change their password.",
146+
"Flow used by an authenticated user to configure their password. If empty, user will not be able to change their password.",
147147
)}
148148
</p>
149149
</ak-form-element-horizontal>

0 commit comments

Comments
 (0)