aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-09-14 17:22:05 +0530
committerLibravatar Vijay A <avijayr@protonmail.com>2021-09-14 17:39:42 +0530
commit8a98e962363ad94e68aecea58e3df09985a9f32a (patch)
treee368905d9e128db8fa72c1a590cc2bb1ce3bd427
parentrefactor: revert the text for some more fields. (diff)
downloadferdium-app-8a98e962363ad94e68aecea58e3df09985a9f32a.tar.gz
ferdium-app-8a98e962363ad94e68aecea58e3df09985a9f32a.tar.zst
ferdium-app-8a98e962363ad94e68aecea58e3df09985a9f32a.zip
refactor: revert the text for some more fields.
-rw-r--r--src/components/AppUpdateInfoBar.js2
-rw-r--r--src/components/auth/Login.js2
-rw-r--r--src/components/auth/Password.js4
-rw-r--r--src/components/services/content/ErrorHandlers/WebviewErrorHandler.js2
-rw-r--r--src/components/settings/account/AccountDashboard.js2
-rw-r--r--src/components/settings/user/EditUserForm.js6
-rw-r--r--src/i18n/globalMessages.js2
-rw-r--r--src/i18n/locales/en-US.json80
-rw-r--r--src/lib/Menu.js4
9 files changed, 52 insertions, 52 deletions
diff --git a/src/components/AppUpdateInfoBar.js b/src/components/AppUpdateInfoBar.js
index 9dc86bd1d..47b730bde 100644
--- a/src/components/AppUpdateInfoBar.js
+++ b/src/components/AppUpdateInfoBar.js
@@ -13,7 +13,7 @@ const messages = defineMessages({
13 }, 13 },
14 changelog: { 14 changelog: {
15 id: 'infobar.buttonChangelog', 15 id: 'infobar.buttonChangelog',
16 defaultMessage: 'Changelog', 16 defaultMessage: 'What is new?',
17 }, 17 },
18 buttonInstallUpdate: { 18 buttonInstallUpdate: {
19 id: 'infobar.buttonInstallUpdate', 19 id: 'infobar.buttonInstallUpdate',
diff --git a/src/components/auth/Login.js b/src/components/auth/Login.js
index a47834e19..286d2dec8 100644
--- a/src/components/auth/Login.js
+++ b/src/components/auth/Login.js
@@ -67,7 +67,7 @@ const messages = defineMessages({
67 }, 67 },
68 passwordLink: { 68 passwordLink: {
69 id: 'login.link.password', 69 id: 'login.link.password',
70 defaultMessage: 'Forgot password', 70 defaultMessage: 'Reset password',
71 }, 71 },
72}); 72});
73 73
diff --git a/src/components/auth/Password.js b/src/components/auth/Password.js
index 74346b382..3e678f638 100644
--- a/src/components/auth/Password.js
+++ b/src/components/auth/Password.js
@@ -14,7 +14,7 @@ import globalMessages from '../../i18n/globalMessages';
14const messages = defineMessages({ 14const messages = defineMessages({
15 headline: { 15 headline: {
16 id: 'password.headline', 16 id: 'password.headline',
17 defaultMessage: 'Forgot password', 17 defaultMessage: 'Reset password',
18 }, 18 },
19 emailLabel: { 19 emailLabel: {
20 id: 'password.email.label', 20 id: 'password.email.label',
@@ -26,7 +26,7 @@ const messages = defineMessages({
26 }, 26 },
27 noUser: { 27 noUser: {
28 id: 'password.noUser', 28 id: 'password.noUser',
29 defaultMessage: 'No user affiliated with that email address', 29 defaultMessage: 'No user with that email address was found',
30 }, 30 },
31 signupLink: { 31 signupLink: {
32 id: 'password.link.signup', 32 id: 'password.link.signup',
diff --git a/src/components/services/content/ErrorHandlers/WebviewErrorHandler.js b/src/components/services/content/ErrorHandlers/WebviewErrorHandler.js
index 41d84c0b0..b00db8c3f 100644
--- a/src/components/services/content/ErrorHandlers/WebviewErrorHandler.js
+++ b/src/components/services/content/ErrorHandlers/WebviewErrorHandler.js
@@ -27,7 +27,7 @@ const messages = defineMessages({
27 }, 27 },
28 errorMessage: { 28 errorMessage: {
29 id: 'service.errorHandler.message', 29 id: 'service.errorHandler.message',
30 defaultMessage: 'Error:', 30 defaultMessage: 'Error',
31 }, 31 },
32}); 32});
33 33
diff --git a/src/components/settings/account/AccountDashboard.js b/src/components/settings/account/AccountDashboard.js
index 8e9e668d0..66edc4975 100644
--- a/src/components/settings/account/AccountDashboard.js
+++ b/src/components/settings/account/AccountDashboard.js
@@ -21,7 +21,7 @@ const messages = defineMessages({
21 }, 21 },
22 accountEditButton: { 22 accountEditButton: {
23 id: 'settings.account.account.editButton', 23 id: 'settings.account.account.editButton',
24 defaultMessage: 'Edit Account', 24 defaultMessage: 'Edit account',
25 }, 25 },
26 invoicesButton: { 26 invoicesButton: {
27 id: 'settings.account.headlineInvoices', 27 id: 'settings.account.headlineInvoices',
diff --git a/src/components/settings/user/EditUserForm.js b/src/components/settings/user/EditUserForm.js
index 4067881b8..adc107ccc 100644
--- a/src/components/settings/user/EditUserForm.js
+++ b/src/components/settings/user/EditUserForm.js
@@ -18,15 +18,15 @@ const messages = defineMessages({
18 }, 18 },
19 headlineProfile: { 19 headlineProfile: {
20 id: 'settings.account.headlineProfile', 20 id: 'settings.account.headlineProfile',
21 defaultMessage: 'Update Profile', 21 defaultMessage: 'Update profile',
22 }, 22 },
23 headlineAccount: { 23 headlineAccount: {
24 id: 'settings.account.headlineAccount', 24 id: 'settings.account.headlineAccount',
25 defaultMessage: 'Account Information', 25 defaultMessage: 'Account information',
26 }, 26 },
27 headlinePassword: { 27 headlinePassword: {
28 id: 'settings.account.headlinePassword', 28 id: 'settings.account.headlinePassword',
29 defaultMessage: 'Change Password', 29 defaultMessage: 'Change password',
30 }, 30 },
31 successInfo: { 31 successInfo: {
32 id: 'settings.account.successInfo', 32 id: 'settings.account.successInfo',
diff --git a/src/i18n/globalMessages.js b/src/i18n/globalMessages.js
index bc3c559bf..8e1df10f7 100644
--- a/src/i18n/globalMessages.js
+++ b/src/i18n/globalMessages.js
@@ -3,7 +3,7 @@ import { defineMessages } from 'react-intl';
3export default defineMessages({ 3export default defineMessages({
4 APIUnhealthy: { 4 APIUnhealthy: {
5 id: 'global.api.unhealthy', 5 id: 'global.api.unhealthy',
6 defaultMessage: "Can't connect to Ferdi Online Services", 6 defaultMessage: "Can't connect to Ferdi online services",
7 }, 7 },
8 notConnectedToTheInternet: { 8 notConnectedToTheInternet: {
9 id: 'global.notConnectedToTheInternet', 9 id: 'global.notConnectedToTheInternet',
diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json
index 217ae2110..aae78999d 100644
--- a/src/i18n/locales/en-US.json
+++ b/src/i18n/locales/en-US.json
@@ -23,7 +23,7 @@
23 "feature.quickSwitch.info": "Select a service with TAB, ↑ and ↓. Open a service with ENTER.", 23 "feature.quickSwitch.info": "Select a service with TAB, ↑ and ↓. Open a service with ENTER.",
24 "feature.quickSwitch.search": "Search...", 24 "feature.quickSwitch.search": "Search...",
25 "feature.quickSwitch.title": "QuickSwitch", 25 "feature.quickSwitch.title": "QuickSwitch",
26 "global.api.unhealthy": "Can't connect to Ferdi Online Services", 26 "global.api.unhealthy": "Can't connect to Ferdi online services",
27 "global.cancel": "Cancel", 27 "global.cancel": "Cancel",
28 "global.edit": "Edit", 28 "global.edit": "Edit",
29 "global.no": "No", 29 "global.no": "No",
@@ -46,7 +46,7 @@
46 "import.skip.label": "I want to add services manually", 46 "import.skip.label": "I want to add services manually",
47 "import.submit.label": "Import {count} services", 47 "import.submit.label": "Import {count} services",
48 "infobar.authRequestFailed": "There were errors while trying to perform an authenticated request. Please try logging out and back in if this error persists.", 48 "infobar.authRequestFailed": "There were errors while trying to perform an authenticated request. Please try logging out and back in if this error persists.",
49 "infobar.buttonChangelog": "Changelog", 49 "infobar.buttonChangelog": "What is new?",
50 "infobar.buttonInstallUpdate": "Restart & install update", 50 "infobar.buttonInstallUpdate": "Restart & install update",
51 "infobar.buttonReloadServices": "Reload services", 51 "infobar.buttonReloadServices": "Reload services",
52 "infobar.hide": "Hide", 52 "infobar.hide": "Hide",
@@ -74,7 +74,7 @@
74 "login.email.label": "Email address", 74 "login.email.label": "Email address",
75 "login.headline": "Sign in", 75 "login.headline": "Sign in",
76 "login.invalidCredentials": "Email or password not valid", 76 "login.invalidCredentials": "Email or password not valid",
77 "login.link.password": "Forgot password", 77 "login.link.password": "Reset password",
78 "login.link.signup": "Create a free account", 78 "login.link.signup": "Create a free account",
79 "login.password.label": "Password", 79 "login.password.label": "Password",
80 "login.serverLogout": "Your session expired, please login again.", 80 "login.serverLogout": "Your session expired, please login again.",
@@ -116,10 +116,10 @@
116 "menu.help.support": "Support", 116 "menu.help.support": "Support",
117 "menu.help.tos": "Terms of Service", 117 "menu.help.tos": "Terms of Service",
118 "menu.services": "Services", 118 "menu.services": "Services",
119 "menu.services.activatePreviousService": "Activate previous service...", 119 "menu.services.activatePreviousService": "Activate previous service",
120 "menu.services.addNewService": "Add New Service...", 120 "menu.services.addNewService": "Add New Service...",
121 "menu.services.goHome": "Home", 121 "menu.services.goHome": "Home",
122 "menu.services.setNextServiceActive": "Activate next service...", 122 "menu.services.setNextServiceActive": "Activate next service",
123 "menu.todos": "Todos", 123 "menu.todos": "Todos",
124 "menu.todos.enableTodos": "Enable Todos", 124 "menu.todos.enableTodos": "Enable Todos",
125 "menu.view": "View", 125 "menu.view": "View",
@@ -147,10 +147,10 @@
147 "menu.workspaces.defaultWorkspace": "All services", 147 "menu.workspaces.defaultWorkspace": "All services",
148 "menu.workspaces.openWorkspaceDrawer": "Open workspace drawer", 148 "menu.workspaces.openWorkspaceDrawer": "Open workspace drawer",
149 "password.email.label": "Email address", 149 "password.email.label": "Email address",
150 "password.headline": "Forgot password", 150 "password.headline": "Reset password",
151 "password.link.login": "Sign in to your account", 151 "password.link.login": "Sign in to your account",
152 "password.link.signup": "Create a free account", 152 "password.link.signup": "Create a free account",
153 "password.noUser": "No user affiliated with that email address", 153 "password.noUser": "No user with that email address was found",
154 "password.successInfo": "Your new password was sent to your email address", 154 "password.successInfo": "Your new password was sent to your email address",
155 "service.crashHandler.action": "Reload {name}", 155 "service.crashHandler.action": "Reload {name}",
156 "service.crashHandler.autoReload": "Trying to automatically restore {name} in {seconds} seconds", 156 "service.crashHandler.autoReload": "Trying to automatically restore {name} in {seconds} seconds",
@@ -161,7 +161,7 @@
161 "service.errorHandler.action": "Reload {name}", 161 "service.errorHandler.action": "Reload {name}",
162 "service.errorHandler.editAction": "Edit {name}", 162 "service.errorHandler.editAction": "Edit {name}",
163 "service.errorHandler.headline": "Oh no!", 163 "service.errorHandler.headline": "Oh no!",
164 "service.errorHandler.message": "Error:", 164 "service.errorHandler.message": "Error",
165 "service.errorHandler.text": "{name} has failed to load.", 165 "service.errorHandler.text": "{name} has failed to load.",
166 "service.webviewLoader.loading": "Loading {service}", 166 "service.webviewLoader.loading": "Loading {service}",
167 "services.getStarted": "Get started", 167 "services.getStarted": "Get started",
@@ -169,7 +169,7 @@
169 "services.serverInfo": "Optionally, you can change your Ferdi server by clicking the cog in the bottom left corner. If you are switching over (from one of the hosted servers) to using Ferdi without an account, please be informed that you can export your data from that server and subsequently import it using the Help menu to resurrect all your workspaces and configured services!", 169 "services.serverInfo": "Optionally, you can change your Ferdi server by clicking the cog in the bottom left corner. If you are switching over (from one of the hosted servers) to using Ferdi without an account, please be informed that you can export your data from that server and subsequently import it using the Help menu to resurrect all your workspaces and configured services!",
170 "services.serverless": "Use Ferdi without an Account", 170 "services.serverless": "Use Ferdi without an Account",
171 "services.welcome": "Welcome to Ferdi", 171 "services.welcome": "Welcome to Ferdi",
172 "settings.account.account.editButton": "Edit Account", 172 "settings.account.account.editButton": "Edit account",
173 "settings.account.accountUnavailable": "Account is unavailable", 173 "settings.account.accountUnavailable": "Account is unavailable",
174 "settings.account.accountUnavailableInfo": "You are using Ferdi without an account. If you want to use Ferdi with an account and keep your services synchronized across installations, please select a server in the Settings tab then login.", 174 "settings.account.accountUnavailableInfo": "You are using Ferdi without an account. If you want to use Ferdi with an account and keep your services synchronized across installations, please select a server in the Settings tab then login.",
175 "settings.account.buttonSave": "Update profile", 175 "settings.account.buttonSave": "Update profile",
@@ -177,11 +177,11 @@
177 "settings.account.deleteEmailSent": "You have received an email with a link to confirm your account deletion. Your account and data cannot be restored!", 177 "settings.account.deleteEmailSent": "You have received an email with a link to confirm your account deletion. Your account and data cannot be restored!",
178 "settings.account.deleteInfo": "If you don't need your Ferdi account any longer, you can delete your account and all related data here.", 178 "settings.account.deleteInfo": "If you don't need your Ferdi account any longer, you can delete your account and all related data here.",
179 "settings.account.headline": "Account", 179 "settings.account.headline": "Account",
180 "settings.account.headlineAccount": "Account Information", 180 "settings.account.headlineAccount": "Account information",
181 "settings.account.headlineDangerZone": "Danger Zone", 181 "settings.account.headlineDangerZone": "Danger Zone",
182 "settings.account.headlineInvoices": "Invoices", 182 "settings.account.headlineInvoices": "Invoices",
183 "settings.account.headlinePassword": "Change Password", 183 "settings.account.headlinePassword": "Change password",
184 "settings.account.headlineProfile": "Update Profile", 184 "settings.account.headlineProfile": "Update profile",
185 "settings.account.successInfo": "Your changes have been saved", 185 "settings.account.successInfo": "Your changes have been saved",
186 "settings.account.tryReloadServices": "Try again", 186 "settings.account.tryReloadServices": "Try again",
187 "settings.account.tryReloadUserInfoRequest": "Try again", 187 "settings.account.tryReloadUserInfoRequest": "Try again",
@@ -207,8 +207,8 @@
207 "settings.app.form.clipboardNotifications": "Don't show notifications for clipboard events", 207 "settings.app.form.clipboardNotifications": "Don't show notifications for clipboard events",
208 "settings.app.form.closeToSystemTray": "Close Ferdi to system tray", 208 "settings.app.form.closeToSystemTray": "Close Ferdi to system tray",
209 "settings.app.form.confirmOnQuit": "Confirm when quitting Ferdi", 209 "settings.app.form.confirmOnQuit": "Confirm when quitting Ferdi",
210 "settings.app.form.customTodoServer": "Custom TodoServer", 210 "settings.app.form.customTodoServer": "Custom Todo Server",
211 "settings.app.form.darkMode": "Dark Mode", 211 "settings.app.form.darkMode": "Enable Dark Mode",
212 "settings.app.form.enableGPUAcceleration": "Enable GPU Acceleration", 212 "settings.app.form.enableGPUAcceleration": "Enable GPU Acceleration",
213 "settings.app.form.enableLock": "Enable Password Lock", 213 "settings.app.form.enableLock": "Enable Password Lock",
214 "settings.app.form.enableMenuBar": "Always show Ferdi in Menu Bar", 214 "settings.app.form.enableMenuBar": "Always show Ferdi in Menu Bar",
@@ -241,7 +241,7 @@
241 "settings.app.form.showMessagesBadgesWhenMuted": "Show unread message badge when notifications are disabled", 241 "settings.app.form.showMessagesBadgesWhenMuted": "Show unread message badge when notifications are disabled",
242 "settings.app.form.startMinimized": "Start minimized", 242 "settings.app.form.startMinimized": "Start minimized",
243 "settings.app.form.universalDarkMode": "Enable universal Dark Mode", 243 "settings.app.form.universalDarkMode": "Enable universal Dark Mode",
244 "settings.app.form.useTouchIdToUnlock": "Allow using Touch ID to unlock", 244 "settings.app.form.useTouchIdToUnlock": "Allow using TouchID to unlock Ferdi",
245 "settings.app.form.useVerticalStyle": "Use horizontal style", 245 "settings.app.form.useVerticalStyle": "Use horizontal style",
246 "settings.app.form.wakeUpStrategy": "Wake up strategy", 246 "settings.app.form.wakeUpStrategy": "Wake up strategy",
247 "settings.app.headlineAdvanced": "Advanced", 247 "settings.app.headlineAdvanced": "Advanced",
@@ -282,10 +282,10 @@
282 "settings.recipes.customService.headline.communityRecipes": "Community 3rd Party Recipes", 282 "settings.recipes.customService.headline.communityRecipes": "Community 3rd Party Recipes",
283 "settings.recipes.customService.headline.customRecipes": "Custom 3rd Party Recipes", 283 "settings.recipes.customService.headline.customRecipes": "Custom 3rd Party Recipes",
284 "settings.recipes.customService.headline.devRecipes": "Your Development Service Recipes", 284 "settings.recipes.customService.headline.devRecipes": "Your Development Service Recipes",
285 "settings.recipes.customService.intro": "To add a custom service, copy the recipe folder into:", 285 "settings.recipes.customService.intro": "To add a custom service, copy the service recipe to:",
286 "settings.recipes.customService.openDevDocs": "Developer Documentation", 286 "settings.recipes.customService.openDevDocs": "Developer Documentation",
287 "settings.recipes.customService.openFolder": "Open directory", 287 "settings.recipes.customService.openFolder": "Open folder",
288 "settings.recipes.headline": "Available Services", 288 "settings.recipes.headline": "Available services",
289 "settings.recipes.missingService": "Missing a service?", 289 "settings.recipes.missingService": "Missing a service?",
290 "settings.recipes.nothingFound": "Sorry, but no service matched your search term. Please note that the website might show more services that have been added to Ferdi since the version that you are currently on. To get those new services, please consider upgrading to a newer version of Ferdi.", 290 "settings.recipes.nothingFound": "Sorry, but no service matched your search term. Please note that the website might show more services that have been added to Ferdi since the version that you are currently on. To get those new services, please consider upgrading to a newer version of Ferdi.",
291 "settings.recipes.servicesSuccessfulAddedInfo": "Service successfully added", 291 "settings.recipes.servicesSuccessfulAddedInfo": "Service successfully added",
@@ -295,18 +295,18 @@
295 "settings.service.error.message": "Could not load service recipe.", 295 "settings.service.error.message": "Could not load service recipe.",
296 "settings.service.form.addServiceHeadline": "Add {name}", 296 "settings.service.form.addServiceHeadline": "Add {name}",
297 "settings.service.form.availableServices": "Available services", 297 "settings.service.form.availableServices": "Available services",
298 "settings.service.form.customUrl": "Service URL", 298 "settings.service.form.customUrl": "Custom server",
299 "settings.service.form.customUrlValidationError": "Could not validate custom {name} server.", 299 "settings.service.form.customUrlValidationError": "Could not validate custom {name} server.",
300 "settings.service.form.darkReaderBrightness": "Dark Reader Brightness", 300 "settings.service.form.darkReaderBrightness": "Dark Reader Brightness",
301 "settings.service.form.darkReaderContrast": "Dark Reader Contrast", 301 "settings.service.form.darkReaderContrast": "Dark Reader Contrast",
302 "settings.service.form.darkReaderSepia": "Dark Reader Sepia", 302 "settings.service.form.darkReaderSepia": "Dark Reader Sepia",
303 "settings.service.form.deleteButton": "Delete Service", 303 "settings.service.form.deleteButton": "Delete service",
304 "settings.service.form.editServiceHeadline": "Edit {name}", 304 "settings.service.form.editServiceHeadline": "Edit {name}",
305 "settings.service.form.enableAudio": "Enable audio", 305 "settings.service.form.enableAudio": "Enable audio",
306 "settings.service.form.enableBadge": "Show unread message badges", 306 "settings.service.form.enableBadge": "Show unread message badges",
307 "settings.service.form.enableDarkMode": "Enable Dark Mode", 307 "settings.service.form.enableDarkMode": "Enable Dark Mode",
308 "settings.service.form.enableHibernation": "Enable hibernation", 308 "settings.service.form.enableHibernation": "Enable hibernation",
309 "settings.service.form.enableNotification": "Enable Notifications", 309 "settings.service.form.enableNotification": "Enable notifications",
310 "settings.service.form.enableService": "Enable service", 310 "settings.service.form.enableService": "Enable service",
311 "settings.service.form.headlineBadges": "Unread message badges", 311 "settings.service.form.headlineBadges": "Unread message badges",
312 "settings.service.form.headlineDarkReaderSettings": "Dark Reader Settings", 312 "settings.service.form.headlineDarkReaderSettings": "Dark Reader Settings",
@@ -327,10 +327,10 @@
327 "settings.service.form.proxy.host": "Proxy Host/IP", 327 "settings.service.form.proxy.host": "Proxy Host/IP",
328 "settings.service.form.proxy.info": "Proxy settings will not be synchronized with the Ferdi servers.", 328 "settings.service.form.proxy.info": "Proxy settings will not be synchronized with the Ferdi servers.",
329 "settings.service.form.proxy.isEnabled": "Use Proxy", 329 "settings.service.form.proxy.isEnabled": "Use Proxy",
330 "settings.service.form.proxy.password": "Password", 330 "settings.service.form.proxy.password": "Password (optional)",
331 "settings.service.form.proxy.port": "Port", 331 "settings.service.form.proxy.port": "Port",
332 "settings.service.form.proxy.restartInfo": "Please restart Ferdi after changing proxy Settings.", 332 "settings.service.form.proxy.restartInfo": "Please restart Ferdi after changing proxy Settings.",
333 "settings.service.form.proxy.user": "User", 333 "settings.service.form.proxy.user": "User (optional)",
334 "settings.service.form.recipeFileInfo": "Your user files will be inserted into the webpage so you can customize services in any way you like. User files are only stored locally and are not transferred to other computers using the same account.", 334 "settings.service.form.recipeFileInfo": "Your user files will be inserted into the webpage so you can customize services in any way you like. User files are only stored locally and are not transferred to other computers using the same account.",
335 "settings.service.form.saveButton": "Save service", 335 "settings.service.form.saveButton": "Save service",
336 "settings.service.form.tabHosted": "Hosted", 336 "settings.service.form.tabHosted": "Hosted",
@@ -350,7 +350,7 @@
350 "settings.supportFerdi.aboutIntro": "<p>Ferdi is an open-source and a community-lead application.</p><p>Thanks to the people who make this possbile:</p>", 350 "settings.supportFerdi.aboutIntro": "<p>Ferdi is an open-source and a community-lead application.</p><p>Thanks to the people who make this possbile:</p>",
351 "settings.supportFerdi.bannerText": "Do you want to help us improve Ferdi?", 351 "settings.supportFerdi.bannerText": "Do you want to help us improve Ferdi?",
352 "settings.supportFerdi.headline": "About Ferdi", 352 "settings.supportFerdi.headline": "About Ferdi",
353 "settings.supportFerdi.openSurvey": "Open Survey", 353 "settings.supportFerdi.openSurvey": "Open survey",
354 "settings.supportFerdi.textDonation": "If you feel like supporting Ferdi development with a donation, you can do so on both,", 354 "settings.supportFerdi.textDonation": "If you feel like supporting Ferdi development with a donation, you can do so on both,",
355 "settings.supportFerdi.textDonationAnd": "and", 355 "settings.supportFerdi.textDonationAnd": "and",
356 "settings.supportFerdi.textExpenses": "While volunteers do most of the work, we still need to pay for servers and certificates. As a community, we are fully transparent on funds we collect and spend - see our", 356 "settings.supportFerdi.textExpenses": "While volunteers do most of the work, we still need to pay for servers and certificates. As a community, we are fully transparent on funds we collect and spend - see our",
@@ -375,8 +375,8 @@
375 "settings.user.form.accountType.non-profit": "Non-Profit", 375 "settings.user.form.accountType.non-profit": "Non-Profit",
376 "settings.user.form.currentPassword": "Current password", 376 "settings.user.form.currentPassword": "Current password",
377 "settings.user.form.email": "Email", 377 "settings.user.form.email": "Email",
378 "settings.user.form.firstname": "Firstname", 378 "settings.user.form.firstname": "First Name",
379 "settings.user.form.lastname": "Lastname", 379 "settings.user.form.lastname": "Last Name",
380 "settings.user.form.newPassword": "New password", 380 "settings.user.form.newPassword": "New password",
381 "settings.workspace.add.form.name": "Name", 381 "settings.workspace.add.form.name": "Name",
382 "settings.workspace.add.form.submitButton": "Create workspace", 382 "settings.workspace.add.form.submitButton": "Create workspace",
@@ -393,7 +393,7 @@
393 "settings.workspaces.tryReloadWorkspaces": "Try again", 393 "settings.workspaces.tryReloadWorkspaces": "Try again",
394 "settings.workspaces.updatedInfo": "Your changes have been saved", 394 "settings.workspaces.updatedInfo": "Your changes have been saved",
395 "settings.workspaces.workspaceFeatureHeadline": "Less is More: Introducing Ferdi Workspaces", 395 "settings.workspaces.workspaceFeatureHeadline": "Less is More: Introducing Ferdi Workspaces",
396 "settings.workspaces.workspaceFeatureInfo": "Info about workspace feature", 396 "settings.workspaces.workspaceFeatureInfo": "Ferdi Workspaces let you focus on what’s important right now. Set up different sets of services and easily switch between them at any time. You decide which services you need when and where, so we can help you stay on top of your game - or easily switch off from work whenever you want.",
397 "settings.workspaces.workspacesRequestFailed": "Could not load your workspaces", 397 "settings.workspaces.workspacesRequestFailed": "Could not load your workspaces",
398 "setupAssistant.headline": "Let's get started", 398 "setupAssistant.headline": "Let's get started",
399 "setupAssistant.subheadline": "Choose from our most used services and get back on top of your messaging now.", 399 "setupAssistant.subheadline": "Choose from our most used services and get back on top of your messaging now.",
@@ -408,9 +408,9 @@
408 "sidebar.unmuteApp": "Enable notifications & audio", 408 "sidebar.unmuteApp": "Enable notifications & audio",
409 "signup.email.label": "Email address", 409 "signup.email.label": "Email address",
410 "signup.emailDuplicate": "A user with that email address already exists", 410 "signup.emailDuplicate": "A user with that email address already exists",
411 "signup.firstname.label": "Firstname", 411 "signup.firstname.label": "First Name",
412 "signup.headline": "Sign up", 412 "signup.headline": "Sign up",
413 "signup.lastname.label": "Lastname", 413 "signup.lastname.label": "Last Name",
414 "signup.legal.info": "By creating a Ferdi account you accept the", 414 "signup.legal.info": "By creating a Ferdi account you accept the",
415 "signup.legal.privacy": "Privacy Statement", 415 "signup.legal.privacy": "Privacy Statement",
416 "signup.legal.terms": "Terms of service", 416 "signup.legal.terms": "Terms of service",
@@ -418,23 +418,23 @@
418 "signup.password.label": "Password", 418 "signup.password.label": "Password",
419 "signup.submit.label": "Create account", 419 "signup.submit.label": "Create account",
420 "tabs.item.confirmDeleteService": "Do you really want to delete the {serviceName} service?", 420 "tabs.item.confirmDeleteService": "Do you really want to delete the {serviceName} service?",
421 "tabs.item.deleteService": "Delete Service", 421 "tabs.item.deleteService": "Delete service",
422 "tabs.item.disableAudio": "Disable audio", 422 "tabs.item.disableAudio": "Disable audio",
423 "tabs.item.disableDarkMode": "Disable Dark mode", 423 "tabs.item.disableDarkMode": "Disable Dark mode",
424 "tabs.item.disableNotifications": "Disable notifications", 424 "tabs.item.disableNotifications": "Disable notifications",
425 "tabs.item.disableService": "Disable Service", 425 "tabs.item.disableService": "Disable service",
426 "tabs.item.enableAudio": "Enable audio", 426 "tabs.item.enableAudio": "Enable audio",
427 "tabs.item.enableDarkMode": "Enable Dark mode", 427 "tabs.item.enableDarkMode": "Enable Dark mode",
428 "tabs.item.enableNotification": "Enable notifications", 428 "tabs.item.enableNotification": "Enable notifications",
429 "tabs.item.enableService": "Enable Service", 429 "tabs.item.enableService": "Enable service",
430 "tabs.item.hibernateService": "Hibernate Service", 430 "tabs.item.hibernateService": "Hibernate service",
431 "tabs.item.reload": "Reload", 431 "tabs.item.reload": "Reload",
432 "tabs.item.wakeUpService": "Wake Up Service", 432 "tabs.item.wakeUpService": "Wake up service",
433 "validation.email": "Email not valid", 433 "validation.email": "{field} is not valid",
434 "validation.minLength": "Too few characters", 434 "validation.minLength": "{field} should be at least {length} characters long",
435 "validation.oneRequired": "At least one is required", 435 "validation.oneRequired": "At least one is required",
436 "validation.required": "Field is required", 436 "validation.required": "{field} is required",
437 "validation.url": "Not a valid URL", 437 "validation.url": "{field} is not a valid URL",
438 "webControls.back": "Back", 438 "webControls.back": "Back",
439 "webControls.forward": "Forward", 439 "webControls.forward": "Forward",
440 "webControls.goHome": "Home", 440 "webControls.goHome": "Home",
@@ -447,7 +447,7 @@
447 "workspaceDrawer.headline": "Workspaces", 447 "workspaceDrawer.headline": "Workspaces",
448 "workspaceDrawer.item.contextMenuEdit": "edit", 448 "workspaceDrawer.item.contextMenuEdit": "edit",
449 "workspaceDrawer.item.noServicesAddedYet": "No services added yet", 449 "workspaceDrawer.item.noServicesAddedYet": "No services added yet",
450 "workspaceDrawer.workspaceFeatureInfo": "Info about workspace feature", 450 "workspaceDrawer.workspaceFeatureInfo": "<p>Ferdi Workspaces let you focus on what’s important right now. Set up different sets of services and easily switch between them at any time.</p><p>You decide which services you need when and where, so we can help you stay on top of your game - or easily switch off from work whenever you want.</p>",
451 "workspaceDrawer.workspacesSettingsTooltip": "Workspaces settings", 451 "workspaceDrawer.workspacesSettingsTooltip": "Edit workspaces settings",
452 "workspaces.switchingIndicator.switchingTo": "Switching to" 452 "workspaces.switchingIndicator.switchingTo": "Switching to"
453} 453}
diff --git a/src/lib/Menu.js b/src/lib/Menu.js
index f5e8b2cdf..8e2d8bdca 100644
--- a/src/lib/Menu.js
+++ b/src/lib/Menu.js
@@ -268,11 +268,11 @@ const menuItems = defineMessages({
268 }, 268 },
269 activateNextService: { 269 activateNextService: {
270 id: 'menu.services.setNextServiceActive', 270 id: 'menu.services.setNextServiceActive',
271 defaultMessage: 'Activate next service...', 271 defaultMessage: 'Activate next service',
272 }, 272 },
273 activatePreviousService: { 273 activatePreviousService: {
274 id: 'menu.services.activatePreviousService', 274 id: 'menu.services.activatePreviousService',
275 defaultMessage: 'Activate previous service...', 275 defaultMessage: 'Activate previous service',
276 }, 276 },
277 muteApp: { 277 muteApp: {
278 id: 'sidebar.muteApp', 278 id: 'sidebar.muteApp',