mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-15 07:34:42 -04:00
Add untranslated sentences to locale
This commit is contained in:
parent
f0bfa87fbf
commit
4eef4875ed
3 changed files with 6 additions and 2 deletions
|
@ -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 lost 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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue