fix(i18n): remove duplicate string

This commit is contained in:
Matteo Pagliazzi 2014-02-24 18:35:48 +01:00
parent 010883409d
commit c41097b6ec
2 changed files with 2 additions and 4 deletions

View file

@ -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';

View file

@ -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')