From ffc28c8485075772df1dc7d7e0881f4fe7e5942a Mon Sep 17 00:00:00 2001 From: zadam Date: Sat, 22 Oct 2022 15:22:03 +0200 Subject: [PATCH] better inbox desc --- src/public/app/widgets/attribute_widgets/attribute_detail.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/public/app/widgets/attribute_widgets/attribute_detail.js b/src/public/app/widgets/attribute_widgets/attribute_detail.js index f802f03ff..a6ffbbd21 100644 --- a/src/public/app/widgets/attribute_widgets/attribute_detail.js +++ b/src/public/app/widgets/attribute_widgets/attribute_detail.js @@ -210,7 +210,7 @@ const ATTR_HELP = { "workspaceTemplate": "This note will appear in the selection of available template when creating new note, but only when hoisted into a workspace containing this template", "searchHome": "new search notes will be created as children of this note", "hoistedSearchHome": "new search notes will be created as children of this note when hoisted to some ancestor of this note", - "inbox": "default inbox location for new notes", + "inbox": "`inbox` - default inbox location for new notes - when you create a note using \"new note\" button in the sidebar, notes will be created as child notes in the note marked as with #inbox label.", "hoistedInbox": "default inbox location for new notes when hoisted to some ancestor of this note", "sqlConsoleHome": "default location of SQL console notes", "bookmarked": "note with this label will appear in bookmarks",