Skip to content

Commit c3df066

Browse files
committed
refactor: Update plugin type name
1 parent b0de721 commit c3df066

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ const selectPluginType = [
4747
message: 'What type of plugin do you want to create?',
4848
choices: [
4949
{ title: 'Backend Plugin', value: 'backend' },
50-
{ title: 'Standard Plugin', value: 'standard' },
50+
{ title: 'Standard UI Plugin', value: 'standard' },
5151
],
5252
},
5353
]

0 commit comments

Comments
 (0)