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, ),