Changed the label for mermaid icon.

This commit is contained in:
Marek Lewandowski
2022-03-08 11:04:25 +01:00
parent 7eb5685633
commit 9e42fd9b99

View File

@@ -89,7 +89,7 @@ export default class MermaidUI extends Plugin {
const link = 'https://mermaid-js.github.io/mermaid/#/flowchart';
buttonView.set( {
label: t( 'Mermaid info' ),
label: t( 'Read more about Mermaid diagram syntax' ),
icon: infoIcon,
tooltip: true
} );