mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-07-14 23:40:30 +08:00
Fix translation key
This commit is contained in:
@ -95,7 +95,7 @@ class NoteViewer extends StatelessWidget {
|
||||
if (!opened) {
|
||||
showSnackbar(
|
||||
context,
|
||||
tr('wigets.NoteViewer.linkInvalid', args: [link]),
|
||||
tr('widgets.NoteViewer.linkInvalid', args: [link]),
|
||||
);
|
||||
}
|
||||
return;
|
||||
@ -108,7 +108,7 @@ class NoteViewer extends StatelessWidget {
|
||||
Log.e("Opening Link", ex: e, stacktrace: stackTrace);
|
||||
showSnackbar(
|
||||
context,
|
||||
tr('wigets.NoteViewer.linkNotFound', args: [link]),
|
||||
tr('widgets.NoteViewer.linkNotFound', args: [link]),
|
||||
);
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user