mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-09-28 16:01:32 +08:00
Adjusted insert icon label.
This commit is contained in:
parent
8916224b90
commit
55f684d5a0
@ -57,7 +57,7 @@ export default class MermaidUI extends Plugin {
|
|||||||
const command = editor.commands.get( 'insertMermaidCommand' );
|
const command = editor.commands.get( 'insertMermaidCommand' );
|
||||||
|
|
||||||
buttonView.set( {
|
buttonView.set( {
|
||||||
label: t( 'Insert Mermaid' ),
|
label: t( 'Insert Mermaid diagram' ),
|
||||||
icon: insertMermaidIcon,
|
icon: insertMermaidIcon,
|
||||||
tooltip: true
|
tooltip: true
|
||||||
} );
|
} );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user