profil löschen
This commit is contained in:
@ -27,7 +27,11 @@ img
|
||||
background: #ffffff;
|
||||
}
|
||||
|
||||
|
||||
.mantine-FileInput-input
|
||||
{
|
||||
min-width: 300px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@media print
|
||||
{
|
||||
|
||||
@ -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" },
|
||||
|
||||
Reference in New Issue
Block a user