Ref: Benennt die Knöpfe nur in "Löschen" um

This commit is contained in:
2026-01-25 15:48:42 +01:00
parent 516db8edc1
commit 1ee4458f6f
3 changed files with 3 additions and 3 deletions

View File

@@ -213,7 +213,7 @@ class RecurringTransactionController {
actions: [
DialogAction(label: 'Abbruch', isPrimary: true),
DialogAction(
label: 'Wiederkehrende Transaktion löschen',
label: 'Löschen',
onPressed: _deleteRecurringTransaction,
),
],