mirror of
https://github.com/Eugeny/tabby
synced 2024-11-15 09:27:24 +00:00
Clarify that this button is used to install the available update
This commit is contained in:
parent
8d5b2bc4c5
commit
2953ea60e8
1 changed files with 1 additions and 1 deletions
|
@ -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)'
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue