fix spelling mistake in Check-In Incentives social media messages (consitent > consistent)

This commit is contained in:
Alys 2016-11-27 07:29:47 +10:00
parent a48b8f0e34
commit 442aae8a35
2 changed files with 2 additions and 2 deletions

View file

@ -24,7 +24,7 @@ script(id='modals/login-incentives-reward-unlocked.html', type='text/ng-template
br
.row(ng-init="loadWidgets()")
.col-xs-3
- var tweet = "I have kept consitent with my new goals and have been rewarded!"
- var tweet = "I have kept consistent with my new goals and have been rewarded!"
a.twitter-share-button(href='https://twitter.com/intent/tweet?text=#{tweet}&via=habitica&url=#{env.BASE_URL}/login-incentive-unlocked&count=none')=env.t('tweet')
.col-xs-4(style='margin-left:.8em')
.fb-share-button(data-href='#{env.BASE_URL}/social/login-incentive-unlocked', data-layout='button')

View file

@ -3,7 +3,7 @@ extends ./layout
block extraHead
- var socialPage = 'login-incentive-unlocked'
- var socialTitle = 'Unlocked a reward'
- var socialDescription = 'I have kept consitent with my new goals and have been rewarded!'
- var socialDescription = 'I have kept consistent with my new goals and have been rewarded!'
block content
include ./landing-page