Skip to content

Commit

Permalink
Fix typo in settings
Browse files Browse the repository at this point in the history
No this commit is not just here that I can hide the eastereggs commit
from being shown GitHub 😉
  • Loading branch information
flofriday committed Aug 15, 2021
1 parent 4357a7f commit b5bd694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/screens/settings_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ class _SettingsScreenState extends State<SettingsScreen> {
),
actions: <Widget>[
TextButton(
child: const Text('I will be quiet.'),
child: const Text('I will be quiet'),
onPressed: () {
Navigator.of(context).pop();
},
Expand Down

0 comments on commit b5bd694

Please sign in to comment.