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
This commit is contained in:
committed by
Audrius Butkevicius
parent
e71c78ae84
commit
8632a03662
@@ -13,7 +13,7 @@
|
||||
<div class="panel-icon">
|
||||
<span ng-if="icon" class="fa fa-{{icon}}"></span>
|
||||
</div>
|
||||
{{title}}
|
||||
{{heading}}
|
||||
</h4>
|
||||
</div>
|
||||
<div class="modal-body" ng-transclude>
|
||||
|
||||
Reference in New Issue
Block a user