Commit 273e55604c0b074e6daa694af4a21a47cf258a18
mention download in update message
closes #504Matt McKegg committed on 4/23/2017, 1:05:08 AM
Parent: 702311acccdb404b47764737d8dbc680fb5ded24
Files changed
main-window.js | changed |
main-window.js | ||
---|---|---|
@@ -78,9 +78,9 @@ | ||
78 | 78 … | ]), |
79 | 79 … | when(latestUpdate, |
80 | 80 … | h('div.info', [ |
81 | 81 … | h('a.message -update', { href: 'https://github.com/ssbc/patchwork/releases' }, [ |
82 | - h('strong', ['Patchwork ', latestUpdate, ' has been released.']), ' Click here for more info!' | |
82 … | + h('strong', ['Patchwork ', latestUpdate, ' has been released.']), ' Click here to download and view more info!' | |
83 | 83 … | ]) |
84 | 84 … | ]) |
85 | 85 … | ), |
86 | 86 … | api.app.html.progressNotifier(), |
Built with git-ssb-web