Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 79be438

Browse files
authoredJan 15, 2019
Merge pull request #452 from kinfkong/issue-338
fix issue #338
2 parents 767fdab + bcc178c commit 79be438

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
@@ -81,7 +81,7 @@
8181
<button mat-icon-button (click)="clearHistory()"
8282
*ngIf="currentInstance"
8383
[disabled]="!currentInstance"
84-
matTooltip="{{currentInstance?'Clear all history':''}}">
84+
matTooltip="{{currentInstance?'Clear All History':''}}">
8585
<i class="material-icons">clear_all</i>
8686
</button>
8787

0 commit comments

Comments
 (0)
Please sign in to comment.