We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05ba62d commit 0a16c61Copy full SHA for 0a16c61
src/extensions/additional/Mermaid/MermaidNodeView/MermaidView.tsx
@@ -85,12 +85,12 @@ const DiagramEditMode: React.FC<{
85
<div>
86
<Button onClick={onCancel} view={'flat'}>
87
<span className={cnDiagramHelper({'prosemirror-stop-event': true})}>
88
- Cancel
+ {i18n('cancel')}
89
</span>
90
</Button>
91
<Button onClick={() => onSave(text)} view={'action'}>
92
93
- Save
+ {i18n('save')}
94
95
96
</div>
0 commit comments