Adjusted insert icon label.

This commit is contained in:
Marek Lewandowski 2022-03-08 11:26:58 +01:00
parent 8916224b90
commit 55f684d5a0

View File

@ -57,7 +57,7 @@ export default class MermaidUI extends Plugin {
const command = editor.commands.get( 'insertMermaidCommand' );
buttonView.set( {
label: t( 'Insert Mermaid' ),
label: t( 'Insert Mermaid diagram' ),
icon: insertMermaidIcon,
tooltip: true
} );