aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/auth/Pricing.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/auth/Pricing.js')
-rw-r--r--src/components/auth/Pricing.js12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/components/auth/Pricing.js b/src/components/auth/Pricing.js
index 7ab14f429..13a1e2351 100644
--- a/src/components/auth/Pricing.js
+++ b/src/components/auth/Pricing.js
@@ -12,7 +12,7 @@ import SubscriptionForm from '../../containers/subscription/SubscriptionFormScre
12const messages = defineMessages({ 12const messages = defineMessages({
13 headline: { 13 headline: {
14 id: 'pricing.headline', 14 id: 'pricing.headline',
15 defaultMessage: '!!!Support Franz', 15 defaultMessage: '!!!Support Ferdi',
16 }, 16 },
17 monthlySupportLabel: { 17 monthlySupportLabel: {
18 id: 'pricing.support.label', 18 id: 'pricing.support.label',
@@ -20,11 +20,11 @@ const messages = defineMessages({
20 }, 20 },
21 submitButtonLabel: { 21 submitButtonLabel: {
22 id: 'pricing.submit.label', 22 id: 'pricing.submit.label',
23 defaultMessage: '!!!Support the development of Franz', 23 defaultMessage: '!!!Support the development of Ferdi',
24 }, 24 },
25 skipPayment: { 25 skipPayment: {
26 id: 'pricing.link.skipPayment', 26 id: 'pricing.link.skipPayment',
27 defaultMessage: '!!!I don\'t want to support the development of Franz.', 27 defaultMessage: '!!!I don\'t want to support the development of Ferdi.',
28 }, 28 },
29}); 29});
30 30
@@ -54,7 +54,7 @@ export default @observer class Signup extends Component {
54 return ( 54 return (
55 <div className="auth__scroll-container"> 55 <div className="auth__scroll-container">
56 <div className="auth__container auth__container--signup"> 56 <div className="auth__container auth__container--signup">
57 <form className="franz-form auth__form"> 57 <form className="Ferdi-form auth__form">
58 <img 58 <img
59 src="./assets/images/sm.png" 59 src="./assets/images/sm.png"
60 className="auth__logo auth__logo--sm" 60 className="auth__logo auth__logo--sm"
@@ -97,12 +97,12 @@ export default @observer class Signup extends Component {
97 ) : ( 97 ) : (
98 <span> 98 <span>
99 <p> 99 <p>
100 We built Franz with a lot of effort, manpower and love, 100 We built Ferdi with a lot of effort, manpower and love,
101 to bring you the best messaging experience. 101 to bring you the best messaging experience.
102 <br /> 102 <br />
103 </p> 103 </p>
104 <p> 104 <p>
105 Getting a Franz Premium Supporter License will allow us to keep improving Franz for you. 105 Getting a Ferdi Premium Supporter License will allow us to keep improving Ferdi for you.
106 </p> 106 </p>
107 </span> 107 </span>
108 ) 108 )