Skip to content

Commit fa004e5

Browse files
authored
Update save button injection option wording
1 parent e02ba0c commit fa004e5

File tree

1 file changed

+1
-1
lines changed
  • adminforth/commands/createCustomComponent

1 file changed

+1
-1
lines changed

adminforth/commands/createCustomComponent/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ async function handleCrudPageInjectionCreation(config, resources) {
189189
message: 'Where exactly do you want to inject the component?',
190190
choices: [
191191
...(crudType === 'create' || crudType === 'edit'
192-
? [{ name: '💾 Save button', value: 'saveButton' }, new Separator()]
192+
? [{ name: '💾 Save button on create/edit page', value: 'saveButton' }, new Separator()]
193193
: []),
194194
{ name: '⬆️ Before Breadcrumbs', value: 'beforeBreadcrumbs' },
195195
{ name: '➡️ Before Action Buttons', value: 'beforeActionButtons' },

0 commit comments

Comments
 (0)