fix: more untranslated strings
This commit is contained in:
parent
e628d990d1
commit
0c0bdda465
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ class _CreateEntryViewState extends State<CreateEntryView> {
|
||||||
const SizedBox(
|
const SizedBox(
|
||||||
height: 20,
|
height: 20,
|
||||||
),
|
),
|
||||||
const Text("Type"),
|
Text(AppLocalizations.of(context)!.type),
|
||||||
const SizedBox(
|
const SizedBox(
|
||||||
height: 10,
|
height: 10,
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in a new issue