diff --git a/web/src/components/overlay/SetPasswordDialog.tsx b/web/src/components/overlay/SetPasswordDialog.tsx index 95c4e73be..c6d861a6b 100644 --- a/web/src/components/overlay/SetPasswordDialog.tsx +++ b/web/src/components/overlay/SetPasswordDialog.tsx @@ -54,7 +54,7 @@ export default function SetPasswordDialog({ config?.auth?.refresh_time ?? undefined; const refreshTimeLabel = refreshSeconds ? formatSecondsToDuration(refreshSeconds) - : "30 minutes"; + : t("time.30minutes", { ns: "common" }); // visibility toggles for password fields const [showOldPassword, setShowOldPassword] = useState(false);