File tree Expand file tree Collapse file tree 4 files changed +3
-3
lines changed
Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ export default function RepliesImporterComponent({
99 return (
1010 < SimpleFileImporter
1111 onImport = { onImport }
12- heading = "Replies Importer "
12+ heading = "Import Replies "
1313 label = "Select a file with replies in JSON"
1414 description = {
1515 < >
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import { PluginMetadata } from '@ds-wizard/plugin-sdk/types'
22
33export const pluginMetadata : PluginMetadata = {
44 uuid : '6534f8f7-0d43-4c4d-9157-15af17f37649' ,
5- name : 'Replies Importer Plugin ' ,
5+ name : 'Replies Importer' ,
66 version : '0.1.0' ,
77 description : 'Importer for replies in JSON exported from wizard.' ,
88}
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import { pluginMetadata } from './metadata'
77export default function ( _settingsInput : unknown , _userSettingsInput : unknown ) : Plugin {
88 const plugin : Plugin = PluginBuilder . createWithNoSettings ( pluginMetadata )
99 . addProjectImporter (
10- 'Replies Importer ' ,
10+ 'Replies' ,
1111 'replies-importer' ,
1212 'x-replies-importer' ,
1313 RepliesImporterComponent ,
You can’t perform that action at this time.
0 commit comments