i18n: localize aria-label (move_to)

This commit is contained in:
Panagiotis Papadopoulos 2024-12-16 21:04:38 +01:00
parent 30756f692d
commit f655eb860c
2 changed files with 2 additions and 1 deletions

View File

@ -13,7 +13,7 @@ const TPL = `
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title me-auto">${t("move_to.dialog_title")}</h5>
<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("move_to.close")}"></button>
</div>
<form class="move-to-form">
<div class="modal-body">

View File

@ -221,6 +221,7 @@
},
"move_to": {
"dialog_title": "Move notes to ...",
"close": "Close",
"notes_to_move": "Notes to move",
"target_parent_note": "Target parent note",
"search_placeholder": "search for note by its name",