Nutze informelles Deutsch, also "Du" statt "Sie".
This commit is contained in:
@@ -245,7 +245,7 @@ export function AdminTreatments() {
|
||||
</button>
|
||||
<button
|
||||
onClick={() => {
|
||||
if (confirm("Are you sure you want to delete this treatment?")) {
|
||||
if (confirm("Bist du sicher, dass du diese Behandlung löschen möchtest?")) {
|
||||
deleteTreatment(treatment.id);
|
||||
}
|
||||
}}
|
||||
@@ -261,7 +261,7 @@ export function AdminTreatments() {
|
||||
|
||||
{!treatments?.length && (
|
||||
<div className="text-center py-8 text-gray-500">
|
||||
No treatments available. Add your first treatment to get started.
|
||||
Keine Behandlungen verfügbar. Füge deine erste Behandlung hinzu, um zu starten.
|
||||
</div>
|
||||
)}
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user