Skip to content

Commit a34eb91

Browse files
author
standlove
committed
updated hints
1 parent 403090f commit a34eb91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/app.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
<button mat-icon-button (click)="toggleCli()"
8989
*ngIf="currentInstance"
9090
[disabled]="!currentInstance"
91-
matTooltip="{{currentInstance?'Toggle':''}}">
91+
matTooltip="{{currentInstance?'Toggle Panel':''}}">
9292
<i class="material-icons">{{(cli$ | async)?.expanded ? 'keyboard_arrow_down':'keyboard_arrow_up'}}</i>
9393
</button>
9494

0 commit comments

Comments
 (0)