Added localization
This commit is contained in:
@@ -230,7 +230,7 @@ class _SettingsViewState extends State<SettingsView> {
|
||||
content: Text(content.last),
|
||||
actions: [
|
||||
CupertinoDialogAction(
|
||||
child: const Text('OK'),
|
||||
child: Text(AppLocalizations.of(context).ok),
|
||||
onPressed: () => Navigator.pop(context),
|
||||
),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user