mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-07-15 07:56:11 +08:00
Fix translation key
This commit is contained in:
@ -95,7 +95,7 @@ class NoteViewer extends StatelessWidget {
|
|||||||
if (!opened) {
|
if (!opened) {
|
||||||
showSnackbar(
|
showSnackbar(
|
||||||
context,
|
context,
|
||||||
tr('wigets.NoteViewer.linkInvalid', args: [link]),
|
tr('widgets.NoteViewer.linkInvalid', args: [link]),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
return;
|
return;
|
||||||
@ -108,7 +108,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.linkNotFound', args: [link]),
|
tr('widgets.NoteViewer.linkNotFound', args: [link]),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user