Merge pull request #2961 from mwr0007/master

Remove period from left pane toggle button tooltip
This commit is contained in:
zadam 2022-07-05 23:31:29 +02:00 committed by GitHub
commit 2f1a7e2093
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"