mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-17 17:32:22 +00:00
fix(i18n): remove duplicate string
This commit is contained in:
parent
010883409d
commit
c41097b6ec
2 changed files with 2 additions and 4 deletions
|
|
@ -99,7 +99,7 @@ habitrpg.controller("RootCtrl", ['$scope', '$rootScope', '$location', 'User', '$
|
|||
$rootScope.initPayPalButton = function($event){
|
||||
//debugger
|
||||
var data = {
|
||||
name:env.t('paypalText'),
|
||||
name:env.t('donationDesc'),
|
||||
//env:window.env.NODE_ENV == 'production' ? '' : 'sandbox',
|
||||
quantity:1,
|
||||
amount:5,
|
||||
|
|
@ -122,7 +122,7 @@ habitrpg.controller("RootCtrl", ['$scope', '$rootScope', '$location', 'User', '$
|
|||
name: subscription ? window.env.t('subscribe') : window.env.t('checkout'),
|
||||
description: subscription ?
|
||||
window.env.t('buySubsText') :
|
||||
window.env.t('buyCheckText'),
|
||||
window.env.t('donationDesc'),
|
||||
panelLabel: subscription ? window.env.t('subscribe') : window.env.t('checkout'),
|
||||
token: function(data) {
|
||||
var url = '/api/v2/user/buy-gems';
|
||||
|
|
|
|||
|
|
@ -127,8 +127,6 @@ script(id='partials/options.settings.subscription.perks.html',type='text/ng-temp
|
|||
tr
|
||||
td
|
||||
span.hint(popover=env.t('mysteryItemText'),popover-trigger='mouseenter',popover-placement='right')=env.t('mysteryItem')
|
||||
//-tr
|
||||
td +20 gems to your account
|
||||
tr
|
||||
td
|
||||
span.hint(popover=env.t('supportDevsText'),popover-trigger='mouseenter',popover-placement='right')=env.t('supportDevs')
|
||||
|
|
|
|||
Loading…
Reference in a new issue