mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Expiring -> Renewing
This commit is contained in:
parent
4ab54f962e
commit
d9069609e9
4 changed files with 3 additions and 6 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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' }, '»'),
|
||||
' ',
|
||||
|
|
|
@ -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:'),
|
||||
|
|
|
@ -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' }, '»'),
|
||||
|
|
Loading…
Add table
Reference in a new issue