diff --git a/gui/syncthing/folder/editFolderModalView.html b/gui/syncthing/folder/editFolderModalView.html index 130cac38..00eb71e7 100644 --- a/gui/syncthing/folder/editFolderModalView.html +++ b/gui/syncthing/folder/editFolderModalView.html @@ -118,10 +118,11 @@

Files are moved to date stamped versions in a .stversions folder when replaced or deleted by Syncthing. Versions are automatically deleted if they are older than the maximum age or exceed the number of files allowed in an interval.

The following intervals are used: for the first hour a version is kept every 30 seconds, for the first day a version is kept every hour, for the first 30 days a version is kept every day, until the maximum age a version is kept every week.

- +

The maximum time to keep a version (in days, set to 0 to keep versions forever). The maximum age must be a number and cannot be blank. + A negative number of days doesn't make sense.

diff --git a/gui/syncthing/settings/settingsModalView.html b/gui/syncthing/settings/settingsModalView.html index 6fff9942..315e0e79 100644 --- a/gui/syncthing/settings/settingsModalView.html +++ b/gui/syncthing/settings/settingsModalView.html @@ -5,7 +5,7 @@