update onboarding

This commit is contained in:
Paul Frazee
2015-09-29 10:40:45 -05:00
parent a26d50b9b2
commit c2b7b1e426
4 changed files with 21 additions and 35 deletions

View File

@@ -38,7 +38,8 @@ module.exports = function () {
h('.layout-setup-right', h('.layout-setup-right-inner',
(is_new) ?
[
h('p', 'Welcome to ', h('strong', 'Secure Scuttlebutt!')),
h('br'),
h('p', 'Welcome to ', h('strong', 'Patchwork!')),
h('p', 'Fill out your profile and then click ', h('strong', 'Save'), ' to get started.')
] :
h('p', 'Update your profile and then click ', h('strong', 'Save'), ' to publish the changes.'),