Skip to content

Commit 8dd51e2

Browse files
committed
Updates to text
1 parent 62340ab commit 8dd51e2

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/client/edit-diagram-dialog/components/edit-diagram-dialog.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ const EditDiagramDialog = () => {
5555
);
5656
handleDialogClose();
5757
} 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');
6060
}
6161
}
6262
};

src/client/select-diagram-dialog/components/select-diagram-dialog.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ const SelectDiagramDialog = () => {
4646
);
4747
handleDialogClose();
4848
} 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);
5151
}
5252
}
5353
};

src/client/sidebar/components/Sidebar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ const Sidebar = () => {
306306
<Tabs
307307
value={tab}
308308
onChange={(_, newValue) => handleTabSwitch(newValue)}
309-
aria-label="basic tabs example"
309+
aria-label="recent diagrams and diagrams in current document"
310310
>
311311
<Tab
312312
label="Recent diagrams"

0 commit comments

Comments
 (0)