mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-01 02:41:39 -05:00
Updated copy on free account home
This commit is contained in:
parent
7985c658fe
commit
8bbbfd9e49
2 changed files with 3 additions and 3 deletions
|
@ -12,8 +12,8 @@ const React = require('react');
|
|||
const DEV_MODE_DATA = {
|
||||
showPopup: true,
|
||||
site: Fixtures.site,
|
||||
member: Fixtures.member.paid,
|
||||
page: 'accountPlan'
|
||||
member: Fixtures.member.free,
|
||||
page: 'accountHome'
|
||||
};
|
||||
export default class App extends React.Component {
|
||||
constructor(props) {
|
||||
|
|
|
@ -234,7 +234,7 @@ const SubscribeButton = ({site, action, openSubscribe, brandColor}) => {
|
|||
return (
|
||||
<ActionButton
|
||||
isRunning={isRunning}
|
||||
label="Subscribe now"
|
||||
label="Upgrade now"
|
||||
onClick={() => openSubscribe()}
|
||||
brandColor={brandColor}
|
||||
style={{width: '100%'}}
|
||||
|
|
Loading…
Add table
Reference in a new issue