style(GUI): change WarningModal title to "Attention" (#1052)

See: https://github.com/resin-io/etcher/pull/1043
Signed-off-by: Juan Cruz Viotti <jviotti@openmailbox.org>
This commit is contained in:
Juan Cruz Viotti 2017-01-25 17:06:16 -04:00 committed by GitHub
parent 7165c60f0d
commit 4649bace00

View File

@ -1,7 +1,7 @@
<div class="modal-header">
<h4 class="modal-title">
<span class="glyphicon glyphicon-exclamation-sign"></span>
<span>Warning!</span>
<span>Attention</span>
</h4>
<button class="close" ng-click="modal.reject()">&times;</button>
</div>