diff --git a/apps/dokploy/components/dashboard/settings/profile/profile-form.tsx b/apps/dokploy/components/dashboard/settings/profile/profile-form.tsx index 32179378a..2a5bed958 100644 --- a/apps/dokploy/components/dashboard/settings/profile/profile-form.tsx +++ b/apps/dokploy/components/dashboard/settings/profile/profile-form.tsx @@ -170,7 +170,9 @@ export const ProfileForm = () => { name="currentPassword" render={({ field }) => ( - Current Password + + {t("settings.profile.oldPassword")} + { render={({ field }) => ( - {t("settings.profile.password")} + {t("settings.profile.newPassword")}