From 8632a036628e9eb6861b2865d6bffdd19a117a16 Mon Sep 17 00:00:00 2001 From: Daniel Harte Date: Wed, 8 Jun 2016 13:07:53 +0000 Subject: [PATCH] gui: Remove tooltip shown over whole modal Changed the attribute 'title' (reserved) to 'heading' for the modal template GitHub-Pull-Request: https://github.com/syncthing/syncthing/pull/3281 --- gui/default/modal.html | 2 +- gui/default/syncthing/core/aboutModalView.html | 2 +- gui/default/syncthing/core/httpErrorDialogView.html | 2 +- gui/default/syncthing/core/modalDirective.js | 2 +- gui/default/syncthing/core/networkErrorDialogView.html | 2 +- gui/default/syncthing/core/restartingDialogView.html | 2 +- gui/default/syncthing/core/shutdownDialogView.html | 2 +- gui/default/syncthing/core/upgradingDialogView.html | 2 +- gui/default/syncthing/device/idqrModalView.html | 2 +- gui/default/syncthing/transfer/failedFilesModalView.html | 2 +- gui/default/syncthing/transfer/neededFilesModalView.html | 2 +- .../syncthing/usagereport/usageReportPreviewModalView.html | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) 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}}