mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-13 20:57:24 +01:00
fix(sharing): Localize Tweet text
This commit is contained in:
@@ -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!"
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user