mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-18 03:38:51 +00:00
fix spelling mistake in Check-In Incentives social media messages (consitent > consistent)
This commit is contained in:
parent
a48b8f0e34
commit
442aae8a35
2 changed files with 2 additions and 2 deletions
|
|
@ -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')
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue