summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndré Colomb <src@andre.colomb.de>2022-05-31 22:19:44 +0200
committerGitHub <noreply@github.com>2022-05-31 22:19:44 +0200
commit68aa00539e28a8643ee8402bd714d0f2ebe1f4a2 (patch)
tree7c2f17080d6ef6cc835cfd196c5e4ce0aa02e63c
parent52a883d34e1ec9ef6c865029d71452b36a60e49d (diff)
downloadsyncthing-68aa00539e28a8643ee8402bd714d0f2ebe1f4a2.tar.gz
syncthing-68aa00539e28a8643ee8402bd714d0f2ebe1f4a2.zip
gui: Fix use of old, renamed function in edit folder sharing tab (fixes #8369) (#8371)v1.20.2-rc.3v1.20.2
Fix use of old, renamed function in edit folder sharing tab.
-rw-r--r--gui/default/syncthing/folder/editFolderModalView.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/default/syncthing/folder/editFolderModalView.html b/gui/default/syncthing/folder/editFolderModalView.html
index 7e28c3471..13848cfc3 100644
--- a/gui/default/syncthing/folder/editFolderModalView.html
+++ b/gui/default/syncthing/folder/editFolderModalView.html
@@ -56,7 +56,7 @@
<a href="#" ng-click="selectAllSharedDevices(false)" translate>Deselect All</a></small>
</p>
<div class="form-group" ng-repeat="device in currentSharing.shared">
- <share-template selected="currentSharing.selected" encryption-passwords="currentSharing.encryptionPasswords" id="{{device.deviceID}}" label="{{deviceNameMarkUnaccepted(device.deviceID, currentFolder.id)}}" folder-type="{{currentFolder.type}}" untrusted="device.untrusted || pendingIsRemoteEncrypted(currentFolder.id, device.deviceID)" />
+ <share-template selected="currentSharing.selected" encryption-passwords="currentSharing.encryptionPasswords" id="{{device.deviceID}}" label="{{deviceNameMarkRemoteState(device.deviceID, currentFolder.id)}}" folder-type="{{currentFolder.type}}" untrusted="device.untrusted || pendingIsRemoteEncrypted(currentFolder.id, device.deviceID)" />
</div>
<p class="help-block" ng-if="folderHasUnacceptedDevices(currentFolder)">
<sup>1</sup> <span translate>The remote device has not accepted sharing this folder.</span>