mirror of
https://github.com/zadam/trilium.git
synced 2025-11-14 09:15:50 +01:00
Changed the label for mermaid icon.
This commit is contained in:
@@ -89,7 +89,7 @@ export default class MermaidUI extends Plugin {
|
|||||||
const link = 'https://mermaid-js.github.io/mermaid/#/flowchart';
|
const link = 'https://mermaid-js.github.io/mermaid/#/flowchart';
|
||||||
|
|
||||||
buttonView.set( {
|
buttonView.set( {
|
||||||
label: t( 'Mermaid info' ),
|
label: t( 'Read more about Mermaid diagram syntax' ),
|
||||||
icon: infoIcon,
|
icon: infoIcon,
|
||||||
tooltip: true
|
tooltip: true
|
||||||
} );
|
} );
|
||||||
|
|||||||
Reference in New Issue
Block a user