Commit ad785b5476310c2a25c4bcac21b0cd6c3d9a20f2
restore (ammended) slogan
mix irving committed on 6/1/2018, 1:57:32 AMParent: 163f917c5a149c2eb8ef299013a1b7e234ada49f
Files changed
app/page/splash.js | changed |
translations/en.js | changed |
app/page/splash.js | ||
---|---|---|
@@ -29,10 +29,10 @@ | ||
29 | 29 … | h('div.top', [ |
30 | 30 … | h('img.logoName', { src: assetPath('logo_and_name.png') }) |
31 | 31 … | ]), |
32 | 32 … | h('div.bottom', { style }, [ |
33 | - h('div.about', random(strings.splash.about)), | |
34 | - h('pre.slogan', strings.splash.slogan) | |
33 … | + h('pre.slogan', strings.splash.slogan), | |
34 … | + h('div.about', random(strings.splash.about)) | |
35 | 35 … | ]) |
36 | 36 … | ]) |
37 | 37 … | } |
38 | 38 … | } |
translations/en.js | ||
---|---|---|
@@ -11,11 +11,12 @@ | ||
11 | 11 … | about: [ |
12 | 12 … | 'A social network that values openness, equality, and freedom.', |
13 | 13 … | 'A new social network for people seeking an equitable world that values the value people create and successfully balances freedom, solidarity, privacy, and openness.', |
14 | 14 … | "Let's do it right this time. A Web 3.0 social network, connecting the next billion with a decentralized platform built for openness, freedom, and equality.", |
15 | - 'An open, equal and free social network.' | |
15 … | + 'An open, equal and free social network.', | |
16 … | + 'Blogging for the decentralized era.' | |
16 | 17 … | ], |
17 | - slogan: 'Ticktack: blogging for the decentralized era' | |
18 … | + slogan: 'Connect the unconnected, Rebuild a trustworthy social network' | |
18 | 19 … | }, |
19 | 20 … | pluginsOk: { |
20 | 21 … | heading: 'Ticktack running in limited mode', |
21 | 22 … | description: 'Another scuttlebutt app is managing your shared database. Core functionality will work, but you may find there are some features that do not work.', |
Built with git-ssb-web