git ssb

3+

ev / decent



Commit ba8a3d9aa07828e0ac868eb8844dfbc198afab1c

correct language in identify and invite

Ev Bogue committed on 8/30/2017, 11:59:04 PM
Parent: 0c2586282e6c702df9de1b46cbbf6bd513c4dea8

Files changed

client/modules/identify.jschanged
client/modules/invite.jschanged
client/modules/identify.jsView
@@ -22,9 +22,9 @@
2222 var div = h('div.column.scroller', {style: 'overflow: auto;'},
2323 h('div.scroller__wrapper',
2424 h('div.column.scroller__content',
2525 h('h1', 'You\'re in! Now, you need a name'),
26- h('p', {innerHTML: '<p>You\'ve just generated a new public/private keypair: <pre><code>' + localStorage['browser/.ssb/secret'] + '</code></pre> You\'re the only person with access to the private key. If you want to hang onto this identity, save this key somewhere safe.<hr />'}),
26 + h('p', {innerHTML: '<p>You\'ve just generated a new public/private keypair: <pre><code>' + localStorage['browser/.decent/secret'] + '</code></pre> You\'re the only person with access to the private key. If you want to hang onto this identity, save this key somewhere safe.<hr />'}),
2727 h('p', {innerHTML: 'Right now, you\'re only identified by your public key: <code>' + id + '</code></p><p>Start by giving yourself a name:'},
2828 api.avatar_edit(id),
2929 h('p', {innerHTML: 'Once you\'re done, navigate to <a href="./index.html">your feed</a>.'})
3030 )
client/modules/invite.jsView
@@ -85,9 +85,9 @@
8585 //post follow pub
8686 var div = h('div.column.scroller', {style: 'overflow: auto;'},
8787 h('div.column.scroller__wrapper',
8888 h('div.column.scroller__content', {style: 'margin-top: 25%;'},
89- h('h1', {innerHTML: 'The <a href="https://scuttlebot.io">Secure Scuttlebutt</a> Lite Client'}),
89 + h('h1', {innerHTML: 'Welcome to Decent'}),
9090 h('p', "You've been invited to join:"),
9191 h('p', h('code', data.invite))
9292 ),
9393 h('p', h('button', 'Accept', {onclick: attempt})),

Built with git-ssb-web