fix(sharing): Localize Tweet text

This commit is contained in:
Sabe Jones
2015-08-04 14:55:15 -05:00
parent a03fa32a3a
commit bc11e03bef
2 changed files with 3 additions and 2 deletions

View File

@@ -109,5 +109,6 @@
"December": "December",
"dateFormat": "Date Format",
"achievementStressbeast": "Savior of Stoïkalm",
"achievementStressbeastText": "Helped defeat the Abominable Stressbeast during the 2015 Winter Wonderland Event!"
"achievementStressbeastText": "Helped defeat the Abominable Stressbeast during the 2015 Winter Wonderland Event!",
"checkOutProgress": "Check out my progress in Habitica!"
}

View File

@@ -2,7 +2,7 @@ mixin avatar(opts)
.character-sprites
.addthis_native_toolbox(ng-if='::profile._id==user._id',
data-url="#{env.BASE_URL}/static/front/#?memberId={{::profile._id}}",
data-title="Check out my HabitRPG progress!")
data-title=env.t('checkOutProgress'))
// Mount Body
if !opts.minimal