mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-28 18:03:14 +08:00
NoteViewer: Fix translation string lookup
This commit is contained in:
@ -94,7 +94,7 @@ class NoteViewer extends StatelessWidget {
|
||||
Log.e("Opening Link", ex: e, stacktrace: stackTrace);
|
||||
showSnackbar(
|
||||
context,
|
||||
tr('wigets.NoteViewer.noteViewer', args: [link]),
|
||||
tr('wigets.NoteViewer.linkNotFound', args: [link]),
|
||||
);
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user