profil löschen

This commit is contained in:
2023-03-01 23:59:47 +01:00
parent f2fa8e46e9
commit 5c7f9b3b03
3 changed files with 61 additions and 3 deletions

View File

@ -27,7 +27,11 @@ img
background: #ffffff;
}
.mantine-FileInput-input
{
min-width: 300px;
text-align: center;
}
@media print
{

View File

@ -26,8 +26,8 @@ const openDeleteModal = () =>
centered: true,
children: (
<Text size="sm">
Are you sure you want to delete your profile? This action is destructive and you will have
to contact support to restore your data.
Wirklich Dein Profil löschen? Alle Daten gehen verloren und können nicht
wiederhergestellt werden!
</Text>
),
labels: { confirm: 'Account löschen', cancel: "Behalten, nicht löschen" },