chore(command_palette): change placeholder

This commit is contained in:
Elian Doran
2025-07-28 11:21:18 +03:00
parent 1d1a0ac4fd
commit e341de70c0
8 changed files with 8 additions and 8 deletions

View File

@@ -13,7 +13,7 @@ const TPL = /*html*/`<div class="jump-to-note-dialog modal mx-auto" tabindex="-1
<div class="modal-content">
<div class="modal-header">
<div class="input-group">
<input class="jump-to-note-autocomplete form-control" placeholder="${t("jump_to_note.search_placeholder", { defaultValue: "Search notes or type > for commands..." })}">
<input class="jump-to-note-autocomplete form-control" placeholder="${t("jump_to_note.search_placeholder")}">
</div>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="${t("jump_to_note.close")}"></button>
</div>