diff --git a/website/views/shared/modals/login-incentives-reward-unlocked.jade b/website/views/shared/modals/login-incentives-reward-unlocked.jade index c2e4ea05ad..c5b28e5087 100644 --- a/website/views/shared/modals/login-incentives-reward-unlocked.jade +++ b/website/views/shared/modals/login-incentives-reward-unlocked.jade @@ -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') diff --git a/website/views/social/login-incentive-unlocked.jade b/website/views/social/login-incentive-unlocked.jade index 888faa51b8..180e562a9d 100644 --- a/website/views/social/login-incentive-unlocked.jade +++ b/website/views/social/login-incentive-unlocked.jade @@ -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