From 0c0bdda465affd72dcff0e8083667383c380140b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maty=C3=A1=C5=A1=20Caras?= Date: Wed, 1 Nov 2023 18:54:14 +0100 Subject: [PATCH] fix: more untranslated strings --- lib/views/create_entry.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/views/create_entry.dart b/lib/views/create_entry.dart index e1d9f09..96220d0 100644 --- a/lib/views/create_entry.dart +++ b/lib/views/create_entry.dart @@ -83,7 +83,7 @@ class _CreateEntryViewState extends State { const SizedBox( height: 20, ), - const Text("Type"), + Text(AppLocalizations.of(context)!.type), const SizedBox( height: 10, ),