fix(sharing): Wording tweaks

This commit is contained in:
Sabe Jones
2015-11-03 17:19:57 -05:00
parent 02abee9f4e
commit caa4170f12
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ extends ./layout
block extraHead
- var socialPage = 'hatch-pet'
- var socialTitle = 'New Pet!'
- var socialDescription = 'I\'ve worked hard and gotten myself a new pet! In Habitica, you earn cute companions as you accomplish real-world tasks.'
- var socialDescription = 'I worked hard and hatched a new pet! In Habitica, you earn cute companions as you accomplish real-world tasks.'
block content
include ./landing-page
+1 -1
View File
@@ -6,7 +6,7 @@ doctype html
html(ng-app='habitrpg', ng-controller='RootCtrl')
head
block extraHead
title Habitica | Your Life the Role Playing Game
title Welcome to Habitica! Your Life, the Role Playing Game
meta(charset='utf-8')
meta(name='viewport', content='width=device-width, maximum-scale=1')
meta(property='og:title', content=socialTitle)
+1 -1
View File
@@ -3,7 +3,7 @@ extends ./layout
block extraHead
- var socialPage = 'level-up'
- var socialTitle = 'Level Up!'
- var socialDescription = 'I\'ve attained a new level with what I\'ve accomplished! In Habitica, your avatar grows in strength as you improve your real-life habits.'
- var socialDescription = 'I earned a new level with my accomplishments! In Habitica, your avatar grows in strength as you improve your real-life habits.'
block content
include ./landing-page
+1 -1
View File
@@ -3,7 +3,7 @@ extends ./layout
block extraHead
- var socialPage = 'raise-pet'
- var socialTitle = 'Raised a Pet into a Mount!'
- var socialDescription = 'My progress has turned a pet into a trusty mount! In Habitica, collectible pets grow along with you as you advance your real-life goals.'
- var socialDescription = 'I grew a pet into a trusty mount! In Habitica, collectible pets grow along with you as you advance your real-life goals.'
block content
include ./landing-page
+1 -1
View File
@@ -3,7 +3,7 @@ extends ./layout
block extraHead
- var socialPage = 'unlock-quest'
- var socialTitle = 'Unlocked a Quest!'
- var socialDescription = 'I\'ve discovered a new Quest! In Habitica, you can battle fearsome monsters and devious villains using your real-life productivity.'
- var socialDescription = 'I discovered a new Quest! In Habitica, you can battle fearsome monsters and devious villains using your real-life productivity.'
block content
include ./landing-page
+1 -1
View File
@@ -3,7 +3,7 @@ extends ./layout
block extraHead
- var socialPage = 'won-challenge'
- var socialTitle = 'Won a Challenge!'
- var socialDescription = 'I\'ve stood out from the pack and won a Challenge! In Habitica, users can challenge one another to accomplish goals in all areas of life.'
- var socialDescription = 'I stood out from the pack and won a Challenge! In Habitica, users can challenge one another to accomplish goals in all areas of life.'
block content
include ./landing-page