summaryrefslogtreecommitdiffstats
path: root/src/containers
diff options
context:
space:
mode:
Diffstat (limited to 'src/containers')
-rw-r--r--src/containers/settings/EditSettingsScreen.js8
-rw-r--r--src/containers/subscription/SubscriptionFormScreen.js2
2 files changed, 5 insertions, 5 deletions
diff --git a/src/containers/settings/EditSettingsScreen.js b/src/containers/settings/EditSettingsScreen.js
index 97c1fa3b1..2b9626952 100644
--- a/src/containers/settings/EditSettingsScreen.js
+++ b/src/containers/settings/EditSettingsScreen.js
@@ -21,7 +21,7 @@ import globalMessages from '../../i18n/globalMessages';
21const messages = defineMessages({ 21const messages = defineMessages({
22 autoLaunchOnStart: { 22 autoLaunchOnStart: {
23 id: 'settings.app.form.autoLaunchOnStart', 23 id: 'settings.app.form.autoLaunchOnStart',
24 defaultMessage: '!!!Launch Franz on start', 24 defaultMessage: '!!!Launch Ferdi on start',
25 }, 25 },
26 autoLaunchInBackground: { 26 autoLaunchInBackground: {
27 id: 'settings.app.form.autoLaunchInBackground', 27 id: 'settings.app.form.autoLaunchInBackground',
@@ -29,15 +29,15 @@ const messages = defineMessages({
29 }, 29 },
30 runInBackground: { 30 runInBackground: {
31 id: 'settings.app.form.runInBackground', 31 id: 'settings.app.form.runInBackground',
32 defaultMessage: '!!!Keep Franz in background when closing the window', 32 defaultMessage: '!!!Keep Ferdi in background when closing the window',
33 }, 33 },
34 enableSystemTray: { 34 enableSystemTray: {
35 id: 'settings.app.form.enableSystemTray', 35 id: 'settings.app.form.enableSystemTray',
36 defaultMessage: '!!!Show Franz in system tray', 36 defaultMessage: '!!!Show Ferdi in system tray',
37 }, 37 },
38 minimizeToSystemTray: { 38 minimizeToSystemTray: {
39 id: 'settings.app.form.minimizeToSystemTray', 39 id: 'settings.app.form.minimizeToSystemTray',
40 defaultMessage: '!!!Minimize Franz to system tray', 40 defaultMessage: '!!!Minimize Ferdi to system tray',
41 }, 41 },
42 language: { 42 language: {
43 id: 'settings.app.form.language', 43 id: 'settings.app.form.language',
diff --git a/src/containers/subscription/SubscriptionFormScreen.js b/src/containers/subscription/SubscriptionFormScreen.js
index aa1166f5e..3d153b8e8 100644
--- a/src/containers/subscription/SubscriptionFormScreen.js
+++ b/src/containers/subscription/SubscriptionFormScreen.js
@@ -49,7 +49,7 @@ export default @inject('stores', 'actions') @observer class SubscriptionFormScre
49 const paymentWindow = new BrowserWindow({ 49 const paymentWindow = new BrowserWindow({
50 parent: remote.getCurrentWindow(), 50 parent: remote.getCurrentWindow(),
51 modal: true, 51 modal: true,
52 title: '🔒 Franz Supporter License', 52 title: '🔒 Ferdi Supporter License',
53 width: 600, 53 width: 600,
54 height: window.innerHeight - 100, 54 height: window.innerHeight - 100,
55 maxWidth: 600, 55 maxWidth: 600,