File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
edit-diagram-dialog/components
select-diagram-dialog/components Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -55,8 +55,8 @@ const EditDiagramDialog = () => {
55
55
) ;
56
56
handleDialogClose ( ) ;
57
57
} catch ( error ) {
58
- console . error ( 'Error updating image with metadata ' , error ) ;
59
- showAlertDialog ( 'Error updating image , please try again' ) ;
58
+ console . error ( 'Error updating diagram ' , error ) ;
59
+ showAlertDialog ( 'Error updating diagram , please try again' ) ;
60
60
}
61
61
}
62
62
} ;
Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ const SelectDiagramDialog = () => {
46
46
) ;
47
47
handleDialogClose ( ) ;
48
48
} catch ( error ) {
49
- showAlertDialog ( 'Error inserting image , please try again' ) ;
50
- console . error ( 'Error inserting image with metadata' , error ) ;
49
+ showAlertDialog ( 'Error inserting diagram , please try again' ) ;
50
+ console . error ( 'Error inserting diagram with metadata' , error ) ;
51
51
}
52
52
}
53
53
} ;
Original file line number Diff line number Diff line change @@ -306,7 +306,7 @@ const Sidebar = () => {
306
306
< Tabs
307
307
value = { tab }
308
308
onChange = { ( _ , newValue ) => handleTabSwitch ( newValue ) }
309
- aria-label = "basic tabs example "
309
+ aria-label = "recent diagrams and diagrams in current document "
310
310
>
311
311
< Tab
312
312
label = "Recent diagrams"
You can’t perform that action at this time.
0 commit comments