mirror of
https://github.com/zadam/trilium.git
synced 2025-11-13 16:55:50 +01:00
Adjusted insert icon label.
This commit is contained in:
@@ -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
|
||||
} );
|
||||
|
||||
Reference in New Issue
Block a user