aboutsummaryrefslogtreecommitdiff
path: root/lib/views/info_view.dart
diff options
context:
space:
mode:
authordavidpkj <davidpenkow1@gmail.com>2023-03-05 15:31:03 +0100
committerdavidpkj <davidpenkow1@gmail.com>2023-03-05 15:31:03 +0100
commitc9acbf458ff90d37be76fa32aeb1a2591d87144f (patch)
tree90b1f43974320c4796f8c3760a5c6f0990ca38dc /lib/views/info_view.dart
parent16e11a2ff518a6c5ce362d38dc137cb54d5c0425 (diff)
Added translations
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");
}