git ssb

10+

Matt McKegg / patchwork



Commit 273e55604c0b074e6daa694af4a21a47cf258a18

mention download in update message

closes #504
Matt McKegg committed on 4/23/2017, 1:05:08 AM
Parent: 702311acccdb404b47764737d8dbc680fb5ded24

Files changed

main-window.jschanged
main-window.jsView
@@ -78,9 +78,9 @@
7878 ]),
7979 when(latestUpdate,
8080 h('div.info', [
8181 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!'
8383 ])
8484 ])
8585 ),
8686 api.app.html.progressNotifier(),

Built with git-ssb-web