diff --git a/apps/client/src/translations/en/translation.json b/apps/client/src/translations/en/translation.json
index a51f50031d..4f4b797cb1 100644
--- a/apps/client/src/translations/en/translation.json
+++ b/apps/client/src/translations/en/translation.json
@@ -1324,6 +1324,9 @@
"erase_deleted_notes_now": "Erase deleted notes now",
"deleted_notes_erased": "Deleted notes have been erased."
},
+ "revisions": {
+ "title": "Note Revisions"
+ },
"revisions_snapshot_interval": {
"note_revisions_snapshot_interval_title": "Note Revision Snapshot Interval",
"note_revisions_snapshot_description": "The Note revision snapshot interval is the time after which a new note revision will be created for the note. See wiki for more info.",
diff --git a/apps/client/src/widgets/type_widgets/options/other.tsx b/apps/client/src/widgets/type_widgets/options/other.tsx
index ff835419fb..ebb6158ee2 100644
--- a/apps/client/src/widgets/type_widgets/options/other.tsx
+++ b/apps/client/src/widgets/type_widgets/options/other.tsx
@@ -27,8 +27,7 @@ export default function OtherSettings() {
>}
-
-
+
@@ -173,9 +172,11 @@ function AttachmentErasureTimeout() {
);
}
-function RevisionSnapshotInterval() {
+function RevisionSettings() {
+ const [ revisionSnapshotNumberLimit, setRevisionSnapshotNumberLimit ] = useTriliumOption("revisionSnapshotNumberLimit");
+
return (
-
+
-
- );
-}
-function RevisionSnapshotLimit() {
- const [ revisionSnapshotNumberLimit, setRevisionSnapshotNumberLimit ] = useTriliumOption("revisionSnapshotNumberLimit");
-
- return (
-