+
)
}
diff --git a/apps/desktop/layer/renderer/src/modules/profile/update-password-form.tsx b/apps/desktop/layer/renderer/src/modules/profile/update-password-form.tsx
index 76e2065ea..501688ed1 100644
--- a/apps/desktop/layer/renderer/src/modules/profile/update-password-form.tsx
+++ b/apps/desktop/layer/renderer/src/modules/profile/update-password-form.tsx
@@ -36,6 +36,8 @@ const updatePasswordFormSchema = z
const UpdateExistingPasswordForm = () => {
const { t } = useTranslation("settings")
+ const { t: tApp } = useTranslation("app")
+
const form = useForm