From f014b7b91900150975dfeabf58c255715dd593bc Mon Sep 17 00:00:00 2001 From: tomasz1986 Date: Thu, 18 Mar 2021 05:36:11 +0900 Subject: [PATCH] gui: Improve Receive Encrypted folder type requirements text (#7473) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The current text gives an impression that we are currently using a Receive Encrypted folder, even if we are not. Thus, make the current text displayed only when the folder is in fact Receive Encrypted, and add a new string to be displayed when using different folder types. Signed-off-by: Tomasz WilczyƄski --- .../untrusted/syncthing/folder/editFolderModalView.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gui/default/untrusted/syncthing/folder/editFolderModalView.html b/gui/default/untrusted/syncthing/folder/editFolderModalView.html index a3904eb31..96722f642 100644 --- a/gui/default/untrusted/syncthing/folder/editFolderModalView.html +++ b/gui/default/untrusted/syncthing/folder/editFolderModalView.html @@ -205,7 +205,7 @@
  Help - @@ -214,7 +214,8 @@

Files are protected from changes made on other devices, but changes made on this device will be sent to the rest of the cluster.

Files are synchronized from the cluster, but any changes made locally will not be sent to other devices.

Stores and syncs only encrypted data. Folders on all connected devices need to be set up with the same password or be of type "{%receiveEncrypted%}" too.

-

Folder type "{%receiveEncrypted%}" cannot be changed after adding the folder. You need to remove the folder, delete or decrypt the data on disk, and add the folder again.

+

Folder type "{%receiveEncrypted%}" cannot be changed after adding the folder. You need to remove the folder, delete or decrypt the data on disk, and add the folder again.

+

Folder type "{%receiveEncrypted%}" can only be set when adding a new folder.