From 2953ea60e85dfa3ecc591cd22926d6ccefd1e2dd Mon Sep 17 00:00:00 2001 From: Austin Warren Date: Tue, 23 Jul 2019 12:24:35 -0700 Subject: [PATCH] Clarify that this button is used to install the available update --- terminus-core/src/components/appRoot.component.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terminus-core/src/components/appRoot.component.pug b/terminus-core/src/components/appRoot.component.pug index d7d0c4e8..488279b1 100644 --- a/terminus-core/src/components/appRoot.component.pug +++ b/terminus-core/src/components/appRoot.component.pug @@ -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)' )