diff --git a/gui/default/modal.html b/gui/default/modal.html index 0ae7030b..0b552b23 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 a67f8eea..be5f05e3 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 7f243590..07a59139 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 48fe3891..74c2c55a 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 eac38802..d6f20c5f 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%}.