Skip to content

Commit 403090f

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/app.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,14 +81,14 @@
8181
<button mat-icon-button (click)="clearHistory()"
8282
*ngIf="currentInstance"
8383
[disabled]="!currentInstance"
84-
matTooltip="{{currentInstance?'Clear All History':''}}">
84+
matTooltip="{{currentInstance?'Clear History':''}}">
8585
<i class="material-icons">clear_all</i>
8686
</button>
8787

8888
<button mat-icon-button (click)="toggleCli()"
8989
*ngIf="currentInstance"
9090
[disabled]="!currentInstance"
91-
matTooltip="{{currentInstance?'Toggle Cli panel':''}}">
91+
matTooltip="{{currentInstance?'Toggle':''}}">
9292
<i class="material-icons">{{(cli$ | async)?.expanded ? 'keyboard_arrow_down':'keyboard_arrow_up'}}</i>
9393
</button>
9494

0 commit comments

Comments
 (0)