v1.9.0 #437

Merged
LukeGus merged 33 commits from dev-1.9.0 into main 2025-11-17 15:46:05 +00:00
Showing only changes of commit 6bb98d04fc - Show all commits
+1 -1
View File
@@ -463,7 +463,7 @@ export function UserProfile({
<div className="space-y-4"> <div className="space-y-4">
<div className="text-sm text-gray-300"> <div className="text-sm text-gray-300">
{t("leftSidebar.deleteAccountWarning")} {t("leftSidebar.deleteAccountWarning")}
<Alert variant="destructive"> <Alert variant="destructive" className="mb-5 mt-5">
<AlertTitle>{t("common.warning")}</AlertTitle> <AlertTitle>{t("common.warning")}</AlertTitle>
<AlertDescription> <AlertDescription>
{t("leftSidebar.deleteAccountWarningDetails")} {t("leftSidebar.deleteAccountWarningDetails")}