aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar vantezzen <properly@protonmail.com>2019-08-22 11:29:53 +0200
committerLibravatar vantezzen <properly@protonmail.com>2019-08-22 11:29:53 +0200
commitf9eb433b877d60416910d1dfdaf6b8dabaefb616 (patch)
tree06dd2c510aca669305f46c308d6910b7c0af487c /src
parentUpdate images (diff)
downloadferdium-app-f9eb433b877d60416910d1dfdaf6b8dabaefb616.tar.gz
ferdium-app-f9eb433b877d60416910d1dfdaf6b8dabaefb616.tar.zst
ferdium-app-f9eb433b877d60416910d1dfdaf6b8dabaefb616.zip
Replace Franz with Ferdi
Diffstat (limited to 'src')
-rw-r--r--src/components/auth/AuthLayout.js2
-rw-r--r--src/i18n/locales/en-US.json8
2 files changed, 5 insertions, 5 deletions
diff --git a/src/components/auth/AuthLayout.js b/src/components/auth/AuthLayout.js
index b145df19b..641b754ed 100644
--- a/src/components/auth/AuthLayout.js
+++ b/src/components/auth/AuthLayout.js
@@ -87,7 +87,7 @@ export default @observer class AuthLayout extends Component {
87 })} 87 })}
88 </div> 88 </div>
89 {/* </div> */} 89 {/* </div> */}
90 <Link to="https://adlk.io" className="auth__adlk" target="_blank"> 90 <Link to="https://github.com/kytwb/ferdi" className="auth__adlk" target="_blank">
91 <img src="./assets/images/adlk.svg" alt="" /> 91 <img src="./assets/images/adlk.svg" alt="" />
92 </Link> 92 </Link>
93 </div> 93 </div>
diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json
index 06be5fd86..d920c3c5f 100644
--- a/src/i18n/locales/en-US.json
+++ b/src/i18n/locales/en-US.json
@@ -106,9 +106,9 @@
106 "password.submit.label": "Submit", 106 "password.submit.label": "Submit",
107 "password.successInfo": "Please check your email", 107 "password.successInfo": "Please check your email",
108 "premiumFeature.button.upgradeAccount": "Upgrade account", 108 "premiumFeature.button.upgradeAccount": "Upgrade account",
109 "pricing.headline": "Support Franz", 109 "pricing.headline": "Support Ferdi",
110 "pricing.link.skipPayment": "I don't want to support the development of Franz.", 110 "pricing.link.skipPayment": "I don't want to support the development of Ferdi.",
111 "pricing.submit.label": "I want to support the development of Franz", 111 "pricing.submit.label": "I want to support the development of Ferdi",
112 "pricing.support.label": "Select your support plan", 112 "pricing.support.label": "Select your support plan",
113 "service.crashHandler.action": "Reload {name}", 113 "service.crashHandler.action": "Reload {name}",
114 "service.crashHandler.autoReload": "Trying to automatically restore {name} in {seconds} seconds", 114 "service.crashHandler.autoReload": "Trying to automatically restore {name} in {seconds} seconds",
@@ -138,7 +138,7 @@
138 "settings.account.headlinePassword": "Change password", 138 "settings.account.headlinePassword": "Change password",
139 "settings.account.headlineProfile": "Update profile", 139 "settings.account.headlineProfile": "Update profile",
140 "settings.account.headlineSubscription": "Your subscription", 140 "settings.account.headlineSubscription": "Your subscription",
141 "settings.account.headlineUpgrade": "Upgrade your account & support Franz", 141 "settings.account.headlineUpgrade": "Upgrade your account & support Ferdi",
142 "settings.account.invoiceDownload": "Download", 142 "settings.account.invoiceDownload": "Download",
143 "settings.account.manageSubscription.label": "Manage your subscription", 143 "settings.account.manageSubscription.label": "Manage your subscription",
144 "settings.account.successInfo": "Your changes have been saved", 144 "settings.account.successInfo": "Your changes have been saved",