Fix translation key

This commit is contained in:
Vishesh Handa
2021-05-30 23:26:30 +02:00
parent 8b67abbc83
commit f913b00203

View File

@ -96,7 +96,7 @@ class SettingsEditorsScreenState extends State<SettingsEditorsScreen> {
ProOverlay(
feature: Feature.singleJournalEntry,
child: ListPreference(
title: tr('settings.note.fileName'),
title: tr('settings.note.newNoteFileName'),
currentOption: settings.journalNoteFileNameFormat.toPublicString(),
options: NoteFileNameFormat.options
.map((f) => f.toPublicString())