Expiring -> Renewing

This commit is contained in:
Samuel Clay 2014-04-03 15:23:28 -07:00
parent 4ab54f962e
commit d9069609e9
4 changed files with 3 additions and 6 deletions

View file

@ -10623,9 +10623,6 @@ form.opml_import_form input {
padding: 12px;
}
.NB-module-search-input.NB-active input {
background: white url('/media/embed/reader/close.png') no-repeat right 4px;
}
.NB-module-search-input input.NB-active {
background: white url('/media/embed/reader/recycle_spinner.gif') no-repeat right 4px;
}

View file

@ -143,7 +143,7 @@ _.extend(NEWSBLUR.ReaderAccount.prototype, {
]),
(NEWSBLUR.Globals.is_premium && $.make('div', { className: 'NB-preference NB-preference-premium-renew' }, [
$.make('div', { className: 'NB-preference-options' }, [
$.make('div', { className: 'NB-block' }, 'Your premium account will expire on:'),
$.make('div', { className: 'NB-block' }, 'Your premium account will renew on:'),
$.make('div', { className: 'NB-block' }, [
$.make('span', { className: 'NB-raquo' }, '»'),
' ',

View file

@ -84,7 +84,7 @@ _.extend(NEWSBLUR.ReaderUserAdmin.prototype, {
$statistics.append($.make('dl', [
$.make('dt', 'Stripe Id:'),
$.make('dd', data.statistics.stripe_ip),
$.make('dd', $.make('a', { href: "https://manage.stripe.com/customers/" + data.statistics.stripe_id, className: 'NB-splash-link' }, data.statistics.stripe_id)),
$.make('dt', 'Last seen:'),
$.make('dd', data.statistics.last_seen_date),
$.make('dt', 'Timezone:'),

View file

@ -44,7 +44,7 @@ NEWSBLUR.ReaderFeedchooser.prototype = {
' for going premium!'
]),
$.make('h2', { className: 'NB-modal-subtitle' }, [
'Your premium account will expire on:',
'Your premium account will renew on:',
$.make('br'),
$.make('b', { style: 'display: block; margin: 8px 0' }, [
$.make('span', { className: 'NB-raquo' }, '»'),