mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-02 04:00:36 +00:00
translations try
This commit is contained in:
parent
cb36881edd
commit
b6adc8e1d8
2 changed files with 3 additions and 2 deletions
|
|
@ -37,7 +37,8 @@
|
|||
},
|
||||
"resolutions": {
|
||||
"jquery": "~2.0.3",
|
||||
"bootstrap": "v2.3.2"
|
||||
"bootstrap": "v2.3.2",
|
||||
"angular": "1.2.0-rc.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"angular-mocks": "1.2.0-rc.3"
|
||||
|
|
|
|||
|
|
@ -67,7 +67,7 @@ script(id='templates/habitrpg-tasks.html', type="text/ng-template")
|
|||
// Ads
|
||||
div(ng-if='main && !user.purchased.ads && list.type!="reward"')
|
||||
span.pull-right
|
||||
a(ng-click='modals.buyGems=true', tooltip='Remove Ads')
|
||||
a(ng-click='modals.buyGems=true', tooltip=env.getTranslatedString('it', 'removeAds'))
|
||||
i.icon-remove
|
||||
// Habit3
|
||||
ins.adsbygoogle(ng-init='initAds()', style='display: inline-block; width: 234px; height: 60px;', data-ad-client='ca-pub-3242350243827794', data-ad-slot='9529624576')
|
||||
|
|
|
|||
Loading…
Reference in a new issue