Ref: Benennt die Knöpfe nur in "Löschen" um
This commit is contained in:
@@ -151,7 +151,7 @@ class AccountController {
|
||||
icon: Icons.delete_forever,
|
||||
actions: [
|
||||
DialogAction(label: 'Abbruch', isPrimary: true),
|
||||
DialogAction(label: 'Account löschen', onPressed: _deleteAccount),
|
||||
DialogAction(label: 'Löschen', onPressed: _deleteAccount),
|
||||
],
|
||||
hiddenValues: {'account': account},
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user