User Workspace: localize password mismatch feedback (#20747)

localize
This commit is contained in:
Niels Lyngsø
2025-11-06 10:01:51 +01:00
committed by GitHub
parent e155fdff58
commit f11b8ffae9

View File

@@ -65,7 +65,7 @@ export class UmbMemberWorkspaceViewMemberElement extends UmbLitElement implement
)?.value; )?.value;
if (newPassword !== confirmPassword) { if (newPassword !== confirmPassword) {
this._newPasswordError = 'Passwords do not match'; this._newPasswordError = this.localize.term('user_passwordMismatch');
return; return;
} }