From c25fcf0001d79a6e2151b6da6ca5a94662976968 Mon Sep 17 00:00:00 2001 From: tomasz1986 Date: Tue, 8 Feb 2022 20:10:03 +0100 Subject: [PATCH] gui: Remove superfluous Trash Can info text from Simple Versioning (#8177) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Right now, the Trash Can versioning info text is displayed for both the Trash Can and Simple versioning. However, the Simple versioning has its own info text that is also displayed, which results in two very similar sentences being shown on the screen. This commit limits the Trash Can info text to be displayed only when the Trash Can versioning is selected, and moves the Simple versioning info text up to the same location as the other one. Signed-off-by: Tomasz WilczyƄski --- gui/default/syncthing/folder/editFolderModalView.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gui/default/syncthing/folder/editFolderModalView.html b/gui/default/syncthing/folder/editFolderModalView.html index c716acf0b..4905c912c 100644 --- a/gui/default/syncthing/folder/editFolderModalView.html +++ b/gui/default/syncthing/folder/editFolderModalView.html @@ -87,7 +87,8 @@
-

Files are moved to .stversions directory when replaced or deleted by Syncthing.

+

Files are moved to .stversions directory when replaced or deleted by Syncthing.

+

Files are moved to date stamped versions in a .stversions directory when replaced or deleted by Syncthing.

@@ -100,7 +101,6 @@

-

Files are moved to date stamped versions in a .stversions directory when replaced or deleted by Syncthing.