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

View file

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