i18n: localize aria-label

This commit is contained in:
Panagiotis Papadopoulos 2024-12-16 20:25:02 +01:00
parent ebb53d77c5
commit 98769fd5c3
2 changed files with 2 additions and 1 deletions

View File

@ -15,7 +15,7 @@ const TPL = `
<div class="modal-header">
<h5 class="modal-title flex-grow-1">${t('clone_to.clone_notes_to')}</h5>
<button type="button" class="help-button" title="${t('clone_to.help_on_links')}" data-help-page="cloning-notes.html">?</button>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="${t('clone_to.close')}"></button>
</div>
<form class="clone-to-form">
<div class="modal-body">

View File

@ -60,6 +60,7 @@
},
"clone_to": {
"clone_notes_to": "Clone notes to...",
"close": "Close",
"help_on_links": "Help on links",
"notes_to_clone": "Notes to clone",
"target_parent_note": "Target parent note",