NoteViewer: Fix translation string lookup

This commit is contained in:
Vishesh Handa
2020-09-22 23:26:49 +02:00
parent acce7160b9
commit 3e785cbc97

View File

@ -94,7 +94,7 @@ class NoteViewer extends StatelessWidget {
Log.e("Opening Link", ex: e, stacktrace: stackTrace); Log.e("Opening Link", ex: e, stacktrace: stackTrace);
showSnackbar( showSnackbar(
context, context,
tr('wigets.NoteViewer.noteViewer', args: [link]), tr('wigets.NoteViewer.linkNotFound', args: [link]),
); );
} }
}, },