i18n: Fix duplication in delete note count

This commit is contained in:
Elian Doran
2024-10-19 10:50:56 +03:00
parent 103da23b5a
commit 815eab26f6
6 changed files with 6 additions and 6 deletions

View File

@@ -25,7 +25,7 @@ const TPL = `
</div>
<div class="delete-notes-list-wrapper">
<h4>${t('delete_notes.notes_to_be_deleted')} (<span class="deleted-notes-count"></span>)</h4>
<h4>${t('delete_notes.notes_to_be_deleted', { noteCount: `<span class="deleted-notes-count"></span>` })}</h4>
<ul class="delete-notes-list" style="max-height: 200px; overflow: auto;"></ul>
</div>