Skip to content

Commit a0736f9

Browse files
authored
Merge pull request #639 from mosterdt/master
Fix small spelling mistake and add untranslated sentences to locale
2 parents f0bfa87 + c60030b commit a0736f9

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

locales/en.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@
2929
"Import from browser": "Import from browser",
3030
"Releases": "Releases",
3131
"Are you sure?": "Are you sure?",
32+
"Do you really want to delete this note?": "Do you really want to delete this note?",
33+
"All users will lose their connection.": "All users will lose their connection.",
3234
"Cancel": "Cancel",
3335
"Yes, do it!": "Yes, do it!",
3436
"Choose method": "Choose method",

locales/nl.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@
2929
"Import from browser": "Importeer van browser",
3030
"Releases": "Releases",
3131
"Are you sure?": "Weet je het zeker?",
32+
"Do you really want to delete this note?": "Will je deze notitie echt verwijderen?",
33+
"All users will lose their connection.": "Alle gebruikers zullen hun verbinding verliezen.",
3234
"Cancel": "Stoppen",
3335
"Yes, do it!": "Ja, doe het!",
3436
"Choose method": "Kies methode",

public/views/hackmd/body.ejs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -234,8 +234,8 @@
234234
<h4 class="modal-title" id="myModalLabel"><%= __('Are you sure?') %></h4>
235235
</div>
236236
<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 lost their connection.</strong>
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>
239239
</div>
240240
<div class="modal-footer">
241241
<button type="button" class="btn btn-default" data-dismiss="modal"><%= __('Cancel') %></button>

0 commit comments

Comments
 (0)