File tree 3 files changed +3
-3
lines changed
common/components/modal-dialog
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,4 +5,4 @@ export const ADD_COLLECTION_TITLE = 'Add Collection';
5
5
export const EDIT_COLLECTION_TITLE = 'Edit Collection' ;
6
6
export const ABOUT_TITLE = 'About us' ;
7
7
export const EXPORT_MODEL_TITLE = 'Export Model' ;
8
- export const IMPORT_COLLECTION_TITLE = 'Import Collection ' ;
8
+ export const IMPORT_COLLECTION_TITLE = 'Import JSON Document ' ;
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ export const ImportButton = () => {
47
47
return (
48
48
< ToolbarButton
49
49
icon = { < ImportIcon /> }
50
- label = " Import"
50
+ label = { ' Import JSON' }
51
51
onClick = { handleImportClick }
52
52
className = { `${ classes . button } hide-mobile` }
53
53
shortcutOptions = { SHORTCUTS . import }
Original file line number Diff line number Diff line change @@ -30,13 +30,13 @@ export const ToolbarPod: React.FC = () => {
30
30
< ZoomInButton />
31
31
< ZoomOutButton />
32
32
< AddCollection />
33
+ < ImportButton />
33
34
< RelationButton />
34
35
< CopyButton />
35
36
< PasteButton />
36
37
< UndoButton />
37
38
< RedoButton />
38
39
< ExportButton />
39
- < ImportButton />
40
40
< DeleteButton />
41
41
< CanvasSettingButton />
42
42
< AboutButton />
You can’t perform that action at this time.
0 commit comments