Replace okay with ok

This commit is contained in:
Gregory
2023-12-31 19:42:28 +03:00
parent 5ba33786ab
commit 0f74195255
19 changed files with 1 additions and 19 deletions

View File

@@ -590,7 +590,7 @@ class _ImportErrorDialogState extends State<ImportErrorDialog> {
onPressed: () {
Navigator.of(context).pop(null);
},
child: Text(tr('okay')))
child: Text(tr('ok')))
],
);
}