diff --git a/gui/default/modal.html b/gui/default/modal.html index 0ae7030b9..0b552b234 100644 --- a/gui/default/modal.html +++ b/gui/default/modal.html @@ -13,7 +13,7 @@
- {{title}} + {{heading}}Syncthing seems to be experiencing a problem processing your request. Please refresh the page or restart Syncthing if the problem persists.
diff --git a/gui/default/syncthing/core/modalDirective.js b/gui/default/syncthing/core/modalDirective.js index a67f8eea0..be5f05e30 100644 --- a/gui/default/syncthing/core/modalDirective.js +++ b/gui/default/syncthing/core/modalDirective.js @@ -6,7 +6,7 @@ angular.module('syncthing.core') replace: true, transclude: true, scope: { - title: '@', + heading: '@', status: '@', icon: '@', close: '@', diff --git a/gui/default/syncthing/core/networkErrorDialogView.html b/gui/default/syncthing/core/networkErrorDialogView.html index 7f243590e..07a591393 100644 --- a/gui/default/syncthing/core/networkErrorDialogView.html +++ b/gui/default/syncthing/core/networkErrorDialogView.html @@ -1,4 +1,4 @@ -Syncthing seems to be down, or there is a problem with your Internet connection. Retrying…
diff --git a/gui/default/syncthing/core/restartingDialogView.html b/gui/default/syncthing/core/restartingDialogView.html index 48fe3891b..74c2c55ad 100644 --- a/gui/default/syncthing/core/restartingDialogView.html +++ b/gui/default/syncthing/core/restartingDialogView.html @@ -1,3 +1,3 @@ -Syncthing is restarting. Please wait...
Syncthing has been shut down.
Syncthing is upgrading. Please wait...
The following items could not be synchronized.
They are retried automatically and will be synced when the error is resolved.
diff --git a/gui/default/syncthing/transfer/neededFilesModalView.html b/gui/default/syncthing/transfer/neededFilesModalView.html
index eac38802c..d6f20c5f7 100644
--- a/gui/default/syncthing/transfer/neededFilesModalView.html
+++ b/gui/default/syncthing/transfer/neededFilesModalView.html
@@ -1,4 +1,4 @@
- The encrypted usage report is sent daily. It is used to track common platforms, folder sizes and app versions. If the reported data set is changed you will be prompted with this dialog again. The aggregated statistics are publicly available at {%url%}.