aboutsummaryrefslogtreecommitdiffstats
path: root/src/features
diff options
context:
space:
mode:
Diffstat (limited to 'src/features')
-rw-r--r--src/features/delayApp/Component.js2
-rw-r--r--src/features/planSelection/components/PlanSelection.js4
-rw-r--r--src/features/trialStatusBar/containers/TrialStatusBarScreen.js2
3 files changed, 4 insertions, 4 deletions
diff --git a/src/features/delayApp/Component.js b/src/features/delayApp/Component.js
index 6344edb89..fcc27c75c 100644
--- a/src/features/delayApp/Component.js
+++ b/src/features/delayApp/Component.js
@@ -24,7 +24,7 @@ const messages = defineMessages({
24 }, 24 },
25 action: { 25 action: {
26 id: 'feature.delayApp.upgrade.action', 26 id: 'feature.delayApp.upgrade.action',
27 defaultMessage: '!!!Get a Franz Supporter License', 27 defaultMessage: '!!!Upgrade Franz',
28 }, 28 },
29 actionTrial: { 29 actionTrial: {
30 id: 'feature.delayApp.trial.action', 30 id: 'feature.delayApp.trial.action',
diff --git a/src/features/planSelection/components/PlanSelection.js b/src/features/planSelection/components/PlanSelection.js
index cf4474114..9407f6dd3 100644
--- a/src/features/planSelection/components/PlanSelection.js
+++ b/src/features/planSelection/components/PlanSelection.js
@@ -16,7 +16,7 @@ import Appear from '../../../components/ui/effects/Appear';
16const messages = defineMessages({ 16const messages = defineMessages({
17 welcome: { 17 welcome: {
18 id: 'feature.planSelection.fullscreen.welcome', 18 id: 'feature.planSelection.fullscreen.welcome',
19 defaultMessage: '!!!Welcome back, {name}', 19 defaultMessage: '!!!Are you ready to choose, {name}',
20 }, 20 },
21 subheadline: { 21 subheadline: {
22 id: 'feature.planSelection.fullscreen.subheadline', 22 id: 'feature.planSelection.fullscreen.subheadline',
@@ -83,6 +83,7 @@ const styles = theme => ({
83 83
84 '& h1, & h2': { 84 '& h1, & h2': {
85 textAlign: 'center', 85 textAlign: 'center',
86 color: theme.styleTypes.primary.contrast,
86 }, 87 },
87 }, 88 },
88 plans: { 89 plans: {
@@ -111,6 +112,7 @@ const styles = theme => ({
111 '& svg': { 112 '& svg': {
112 width: '80px !important', 113 width: '80px !important',
113 filter: 'drop-shadow( 0px 2px 3px rgba(0, 0, 0, 0.3))', 114 filter: 'drop-shadow( 0px 2px 3px rgba(0, 0, 0, 0.3))',
115 fill: theme.styleTypes.danger.contrast,
114 }, 116 },
115 }, 117 },
116 headline: { 118 headline: {
diff --git a/src/features/trialStatusBar/containers/TrialStatusBarScreen.js b/src/features/trialStatusBar/containers/TrialStatusBarScreen.js
index eb0aafaea..15201496b 100644
--- a/src/features/trialStatusBar/containers/TrialStatusBarScreen.js
+++ b/src/features/trialStatusBar/containers/TrialStatusBarScreen.js
@@ -67,8 +67,6 @@ class TrialStatusBarScreen extends Component {
67 const { user } = this.props.stores; 67 const { user } = this.props.stores;
68 const { upgradeAccount } = this.props.actions.payment; 68 const { upgradeAccount } = this.props.actions.payment;
69 69
70 console.log('hasEnded', hasEnded);
71
72 return ( 70 return (
73 <ErrorBoundary> 71 <ErrorBoundary>
74 <TrialStatusBar 72 <TrialStatusBar