Better button labels on holiday warning
This commit is contained in:
@ -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()),
|
||||||
],
|
],
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user