close open tags

This commit is contained in:
Thomas De Backer 2017-12-01 20:56:39 +01:00
parent 4eef4875ed
commit c60030b205
1 changed files with 2 additions and 2 deletions

View File

@ -234,8 +234,8 @@
<h4 class="modal-title" id="myModalLabel"><%= __('Are you sure?') %></h4>
</div>
<div class="modal-body" style="color:black;">
<h5 class="ui-delete-modal-msg"><%= __('Do you really want to delete this note?')</h5>
<strong class="ui-delete-modal-item"><%= __('All users will lose their connection.')</strong>
<h5 class="ui-delete-modal-msg"><%= __('Do you really want to delete this note?') %></h5>
<strong class="ui-delete-modal-item"><%= __('All users will lose their connection.') %></strong>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal"><%= __('Cancel') %></button>