mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
Merge pull request #2961 from mwr0007/master
Remove period from left pane toggle button tooltip
This commit is contained in:
commit
2f1a7e2093
@ -11,8 +11,8 @@ export default class LeftPaneToggleWidget extends ButtonWidget {
|
||||
: "bx-chevrons-right";
|
||||
|
||||
this.settings.title = isLeftPaneVisible
|
||||
? "Hide panel."
|
||||
: "Open panel.";
|
||||
? "Hide panel"
|
||||
: "Open panel";
|
||||
|
||||
this.settings.command = isLeftPaneVisible
|
||||
? "hideLeftPane"
|
||||
|
Loading…
x
Reference in New Issue
Block a user