We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4eef487 commit c60030bCopy full SHA for c60030b
public/views/hackmd/body.ejs
@@ -234,8 +234,8 @@
234
<h4 class="modal-title" id="myModalLabel"><%= __('Are you sure?') %></h4>
235
</div>
236
<div class="modal-body" style="color:black;">
237
- <h5 class="ui-delete-modal-msg"><%= __('Do you really want to delete this note?')</h5>
238
- <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>
239
240
<div class="modal-footer">
241
<button type="button" class="btn btn-default" data-dismiss="modal"><%= __('Cancel') %></button>
0 commit comments