Skip to content
Snippets Groups Projects
Commit ec6537ab authored by vjrj's avatar vjrj
Browse files

Fix typo in i18n

parent bc5d3d3c
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@ class ImportDialog extends StatelessWidget {
children: <Widget>[
Flexible(
child: Text(
tr('draw your_pattern'),
tr('draw_your_pattern'),
style: const TextStyle(fontSize: 26),
),
),
......@@ -61,7 +61,7 @@ class ImportDialog extends StatelessWidget {
context.replaceSnackbar(
content: Text(
tr('wallet_imported'),
style: const TextStyle(color: Colors.red),
style: const TextStyle(color: Colors.blue),
),
);
Navigator.of(context).pop(true);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment