Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit a78e4d7

Browse files
committed
chore(i18n): update path selection prompt
1 parent 5fc0a04 commit a78e4d7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

apps/client/src/translations/en/translation.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -233,8 +233,8 @@
233233
"move_success_message": "Selected notes have been moved into "
234234
},
235235
"note_type_chooser": {
236-
"select_path_prompt": "Select where to create the new note:",
237-
"search_placeholder":"Search path by name (auto if empty)",
236+
"change_path_prompt": "Change where to create the new note:",
237+
"search_placeholder": "search path by name (default if empty)",
238238
"modal_title": "Choose note type",
239239
"close": "Close",
240240
"modal_body": "Choose note type / template of the new note:",

apps/client/src/widgets/dialogs/note_type_chooser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const TPL = /*html*/`
3636
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="${t("note_type_chooser.close")}"></button>
3737
</div>
3838
<div class="modal-body">
39-
${t("note_type_chooser.select_path_prompt")}
39+
${t("note_type_chooser.change_path_prompt")}
4040
4141
<div class="input-group">
4242
<input class="choose-note-path form-control" placeholder="${t("note_type_chooser.search_placeholder")}">

0 commit comments

Comments
 (0)