1
0
mirror of https://github.com/Eugeny/tabby.git synced 2025-08-20 08:11:52 +00:00

Clarify that this button is used to install the available update

This commit is contained in:
Austin Warren
2019-07-23 12:24:35 -07:00
parent 8d5b2bc4c5
commit 2953ea60e8

@@ -77,7 +77,7 @@ title-bar(
button.btn.btn-secondary.btn-tab-bar.btn-update( button.btn.btn-secondary.btn-tab-bar.btn-update(
*ngIf='updatesAvailable', *ngIf='updatesAvailable',
title='Update available', title='Update available - Click to install',
(click)='updateApp()', (click)='updateApp()',
[innerHTML]='sanitizeIcon(updateIcon)' [innerHTML]='sanitizeIcon(updateIcon)'
) )