mirror of
https://github.com/zadam/trilium.git
synced 2026-07-11 10:53:16 +02:00
fix revisions dialog shows translation keys instead of values
This commit is contained in:
@@ -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": {
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user