fix revisions dialog shows translation keys instead of values

This commit is contained in:
contributor
2026-04-16 08:09:34 +03:00
parent 20235509ef
commit 7e3683b8c2
2 changed files with 2 additions and 2 deletions

View File

@@ -1341,7 +1341,7 @@
"erase_deleted_notes_now": "Erase deleted notes now",
"deleted_notes_erased": "Deleted notes have been erased."
},
"revisions": {
"revisions_snapshot": {
"title": "Note Revisions"
},
"revisions_snapshot_interval": {

View File

@@ -177,7 +177,7 @@ function RevisionSettings() {
const [ revisionSnapshotNumberLimit, setRevisionSnapshotNumberLimit ] = useTriliumOption("revisionSnapshotNumberLimit");
return (
<OptionsSection title={t("revisions.title")}>
<OptionsSection title={t("revisions_snapshot.title")}>
<OptionsRow name="revision-snapshot-time-interval" label={t("revisions_snapshot_interval.snapshot_time_interval_label")} description={t("revisions_snapshot_interval.note_revisions_snapshot_description_short")}>
<TimeSelector
name="revision-snapshot-time-interval"