aboutsummaryrefslogtreecommitdiff
path: root/lib/views/info_view.dart
diff options
context:
space:
mode:
Diffstat (limited to 'lib/views/info_view.dart')
-rw-r--r--lib/views/info_view.dart3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/views/info_view.dart b/lib/views/info_view.dart
index fbe522a..2f164b8 100644
--- a/lib/views/info_view.dart
+++ b/lib/views/info_view.dart
@@ -93,8 +93,7 @@ class InfoViewState extends State<InfoView> {
}
cantOpenLink(var why, BuildContext context) {
- // TODO: translation
- ToastBar.showToastBar(context, "Could not open link", actionLabel: "");
+ ToastBar.showToastBar(context, AppLocalizations.of(context)!.linkError, actionLabel: "");
debugPrint("Could not open $why");
}