From 55f684d5a0297dd7c347c2be9c1ef63959f66232 Mon Sep 17 00:00:00 2001 From: Marek Lewandowski Date: Tue, 8 Mar 2022 11:26:58 +0100 Subject: [PATCH] Adjusted insert icon label. --- src/mermaidui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mermaidui.js b/src/mermaidui.js index f8a8193e4..de7d10ba5 100644 --- a/src/mermaidui.js +++ b/src/mermaidui.js @@ -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 } );