Skip to content

Commit

Permalink
changed subpage text back to page
Browse files Browse the repository at this point in the history
removed Parent Page text
  • Loading branch information
Spiral-Memory committed Feb 29, 2024
1 parent 9efbd42 commit 4ab3dbb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion enum/messages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export enum Messages {
HELPER_COMMANDS = `• use \`/notion connect\` to connect your workspace
• use \`/notion disconnect\` to disconnect workspace
• use \`/notion comment\` to comment on notion page
• use \`/notion create\` to create subpage or record
• use \`/notion create\` to create page or record
• use \`/notion create db\` to create database
• use \`/notion workspace\` to change workspace
• use \`/notion share\` to share pages
Expand Down
2 changes: 1 addition & 1 deletion enum/modals/common/SearchPageAndDatabaseComponent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ export enum SearchPageAndDatabase {
PLACEHOLDER = "Select a Page or Database",
BLOCK_ID = "search-page-and-database-component-block-id",
ACTION_ID = "search-page-and-database-component-action-id",
LABEL = "Parent Page or Database Name *",
LABEL = "Page or Database Name *",
}

0 comments on commit 4ab3dbb

Please sign in to comment.