Better button labels on holiday warning
This commit is contained in:
parent
3c29d5b956
commit
7e8e49c2dd
@ -67,8 +67,8 @@ class _HolidaysState extends State<Holidays> {
|
|||||||
],
|
],
|
||||||
),
|
),
|
||||||
actions: [
|
actions: [
|
||||||
TextButton(child: const Text("ferien-api.de öffnen"), onPressed: () => ConfirmDialog.openBrowser(context, "https://ferien-api.de/")),
|
TextButton(child: const Text("ferien-api.de besuchen"), onPressed: () => ConfirmDialog.openBrowser(context, "https://ferien-api.de/")),
|
||||||
TextButton(child: const Text("Schließen"), onPressed: () => Navigator.of(context).pop()),
|
TextButton(child: const Text("Okay"), onPressed: () => Navigator.of(context).pop()),
|
||||||
],
|
],
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user