summaryrefslogtreecommitdiff
path: root/public/views
diff options
context:
space:
mode:
authorThomas De Backer2017-11-30 18:35:17 +0100
committerThomas De Backer2017-11-30 19:02:40 +0100
commit4eef4875edc46c698cef3d214fede6be773cb71c (patch)
tree529b2139438f9eb593bca2a5fc2bbb1c53fc06f3 /public/views
parentf0bfa87fbffe6d362e6718b9978b2eb51fb43601 (diff)
Add untranslated sentences to locale
Diffstat (limited to 'public/views')
-rw-r--r--public/views/hackmd/body.ejs4
1 files changed, 2 insertions, 2 deletions
diff --git a/public/views/hackmd/body.ejs b/public/views/hackmd/body.ejs
index ad1e748b..bd04cd0f 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 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>