From 210131ca184c3aa043371857c022aa1aa149efbf Mon Sep 17 00:00:00 2001 From: Aditya Mangalampalli Date: Fri, 15 Apr 2022 02:00:25 -0700 Subject: Matched casing for almost all replacements --- src/containers/settings/EditSettingsScreen.js | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'src/containers/settings/EditSettingsScreen.js') diff --git a/src/containers/settings/EditSettingsScreen.js b/src/containers/settings/EditSettingsScreen.js index 6e405cd92..87d1f1456 100644 --- a/src/containers/settings/EditSettingsScreen.js +++ b/src/containers/settings/EditSettingsScreen.js @@ -37,12 +37,12 @@ import globalMessages from '../../i18n/globalMessages'; import WorkspacesStore from '../../features/workspaces/store'; import ServicesStore from '../../stores/ServicesStore'; -const debug = require('debug')('Ferdi:EditSettingsScreen'); +const debug = require('debug')('Ferdium:EditSettingsScreen'); const messages = defineMessages({ autoLaunchOnStart: { id: 'settings.app.form.autoLaunchOnStart', - defaultMessage: 'Launch Ferdi on start', + defaultMessage: 'Launch Ferdium on start', }, autoLaunchInBackground: { id: 'settings.app.form.autoLaunchInBackground', @@ -50,7 +50,7 @@ const messages = defineMessages({ }, runInBackground: { id: 'settings.app.form.runInBackground', - defaultMessage: 'Keep Ferdi in background when closing the window', + defaultMessage: 'Keep Ferdium in background when closing the window', }, startMinimized: { id: 'settings.app.form.startMinimized', @@ -58,27 +58,27 @@ const messages = defineMessages({ }, confirmOnQuit: { id: 'settings.app.form.confirmOnQuit', - defaultMessage: 'Confirm when quitting Ferdi', + defaultMessage: 'Confirm when quitting Ferdium', }, enableSystemTray: { id: 'settings.app.form.enableSystemTray', - defaultMessage: 'Always show Ferdi in System Tray', + defaultMessage: 'Always show Ferdium in System Tray', }, enableMenuBar: { id: 'settings.app.form.enableMenuBar', - defaultMessage: 'Always show Ferdi in Menu Bar', + defaultMessage: 'Always show Ferdium in Menu Bar', }, reloadAfterResume: { id: 'settings.app.form.reloadAfterResume', - defaultMessage: 'Reload Ferdi after system resume', + defaultMessage: 'Reload Ferdium after system resume', }, minimizeToSystemTray: { id: 'settings.app.form.minimizeToSystemTray', - defaultMessage: 'Minimize Ferdi to system tray', + defaultMessage: 'Minimize Ferdium to system tray', }, closeToSystemTray: { id: 'settings.app.form.closeToSystemTray', - defaultMessage: 'Close Ferdi to system tray', + defaultMessage: 'Close Ferdium to system tray', }, privateNotifications: { id: 'settings.app.form.privateNotifications', @@ -142,7 +142,7 @@ const messages = defineMessages({ }, useTouchIdToUnlock: { id: 'settings.app.form.useTouchIdToUnlock', - defaultMessage: 'Allow using TouchID to unlock Ferdi', + defaultMessage: 'Allow using TouchID to unlock Ferdium', }, inactivityLock: { id: 'settings.app.form.inactivityLock', @@ -234,7 +234,7 @@ const messages = defineMessages({ }, enableGlobalHideShortcut: { id: 'settings.app.form.enableGlobalHideShortcut', - defaultMessage: 'Enable Global shortcut to hide Ferdi', + defaultMessage: 'Enable Global shortcut to hide Ferdium', }, beta: { id: 'settings.app.form.beta', @@ -246,7 +246,7 @@ const messages = defineMessages({ }, enableTodos: { id: 'settings.app.form.enableTodos', - defaultMessage: 'Enable Ferdi Todos', + defaultMessage: 'Enable Ferdium Todos', }, keepAllWorkspacesLoaded: { id: 'settings.app.form.keepAllWorkspacesLoaded', -- cgit v1.2.3-70-g09d2