git ssb

2+

mixmix / ticktack



Commit ad785b5476310c2a25c4bcac21b0cd6c3d9a20f2

restore (ammended) slogan

mix irving committed on 6/1/2018, 1:57:32 AM
Parent: 163f917c5a149c2eb8ef299013a1b7e234ada49f

Files changed

app/page/splash.jschanged
translations/en.jschanged
app/page/splash.jsView
@@ -29,10 +29,10 @@
2929 h('div.top', [
3030 h('img.logoName', { src: assetPath('logo_and_name.png') })
3131 ]),
3232 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))
3535 ])
3636 ])
3737 }
3838 }
translations/en.jsView
@@ -11,11 +11,12 @@
1111 about: [
1212 'A social network that values openness, equality, and freedom.',
1313 'A new social network for people seeking an equitable world that values the value people create and successfully balances freedom, solidarity, privacy, and openness.',
1414 "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.'
1617 ],
17- slogan: 'Ticktack: blogging for the decentralized era'
18 + slogan: 'Connect the unconnected, Rebuild a trustworthy social network'
1819 },
1920 pluginsOk: {
2021 heading: 'Ticktack running in limited mode',
2122 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