aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/auth
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/auth')
-rw-r--r--src/components/auth/AuthLayout.js2
-rw-r--r--src/components/auth/Import.js4
-rw-r--r--src/components/auth/Pricing.js12
-rw-r--r--src/components/auth/Signup.js2
-rw-r--r--src/components/auth/Welcome.js2
5 files changed, 11 insertions, 11 deletions
diff --git a/src/components/auth/AuthLayout.js b/src/components/auth/AuthLayout.js
index 75a8cfc61..b145df19b 100644
--- a/src/components/auth/AuthLayout.js
+++ b/src/components/auth/AuthLayout.js
@@ -52,7 +52,7 @@ export default @observer class AuthLayout extends Component {
52 52
53 return ( 53 return (
54 <> 54 <>
55 {isWindows && !isFullScreen && <TitleBar menu={window.franz.menu.template} icon="assets/images/logo.svg" />} 55 {isWindows && !isFullScreen && <TitleBar menu={window.ferdi.menu.template} icon="assets/images/logo.svg" />}
56 <div className="auth"> 56 <div className="auth">
57 {!isOnline && ( 57 {!isOnline && (
58 <InfoBar 58 <InfoBar
diff --git a/src/components/auth/Import.js b/src/components/auth/Import.js
index 0d5feb274..3e34c3162 100644
--- a/src/components/auth/Import.js
+++ b/src/components/auth/Import.js
@@ -12,11 +12,11 @@ import Button from '../ui/Button';
12const messages = defineMessages({ 12const messages = defineMessages({
13 headline: { 13 headline: {
14 id: 'import.headline', 14 id: 'import.headline',
15 defaultMessage: '!!!Import your Franz 4 services', 15 defaultMessage: '!!!Import your Ferdi 4 services',
16 }, 16 },
17 notSupportedHeadline: { 17 notSupportedHeadline: {
18 id: 'import.notSupportedHeadline', 18 id: 'import.notSupportedHeadline',
19 defaultMessage: '!!!Services not yet supported in Franz 5', 19 defaultMessage: '!!!Services not yet supported in Ferdi 5',
20 }, 20 },
21 submitButtonLabel: { 21 submitButtonLabel: {
22 id: 'import.submit.label', 22 id: 'import.submit.label',
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 )
diff --git a/src/components/auth/Signup.js b/src/components/auth/Signup.js
index d9b83eeb8..ae8ba9c8a 100644
--- a/src/components/auth/Signup.js
+++ b/src/components/auth/Signup.js
@@ -41,7 +41,7 @@ const messages = defineMessages({
41 }, 41 },
42 legalInfo: { 42 legalInfo: {
43 id: 'signup.legal.info', 43 id: 'signup.legal.info',
44 defaultMessage: '!!!By creating a Franz account you accept the', 44 defaultMessage: '!!!By creating a Ferdi account you accept the',
45 }, 45 },
46 terms: { 46 terms: {
47 id: 'signup.legal.terms', 47 id: 'signup.legal.terms',
diff --git a/src/components/auth/Welcome.js b/src/components/auth/Welcome.js
index f6d77f70f..6e0345e32 100644
--- a/src/components/auth/Welcome.js
+++ b/src/components/auth/Welcome.js
@@ -41,7 +41,7 @@ export default @observer class Login extends Component {
41 <img src="./assets/images/logo.svg" className="welcome__logo" alt="" /> 41 <img src="./assets/images/logo.svg" className="welcome__logo" alt="" />
42 {/* <img src="./assets/images/welcome.png" className="welcome__services" alt="" /> */} 42 {/* <img src="./assets/images/welcome.png" className="welcome__services" alt="" /> */}
43 <div className="welcome__text"> 43 <div className="welcome__text">
44 <h1>Franz</h1> 44 <h1>Ferdi</h1>
45 </div> 45 </div>
46 </div> 46 </div>
47 <div className="welcome__buttons"> 47 <div className="welcome__buttons">