diff options
Diffstat (limited to '')
-rw-r--r-- | public/views/hackmd/body.ejs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/public/views/hackmd/body.ejs b/public/views/hackmd/body.ejs index bd04cd0f..91343ef6 100644 --- a/public/views/hackmd/body.ejs +++ b/public/views/hackmd/body.ejs @@ -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> |