From ac417dc5bc3c974f10fbdf5eb7abd7c0cbfc07a2 Mon Sep 17 00:00:00 2001 From: jaebradley Date: Tue, 28 Nov 2017 15:09:13 -0500 Subject: [PATCH] fix(typo): Fix "add services manually" message --- src/components/auth/Import.js | 2 +- src/i18n/locales/el.json | 2 +- src/i18n/locales/en-US.json | 4 ++-- src/i18n/locales/es.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/auth/Import.js b/src/components/auth/Import.js index 06493a0fd..078244434 100644 --- a/src/components/auth/Import.js +++ b/src/components/auth/Import.js @@ -24,7 +24,7 @@ const messages = defineMessages({ }, skipButtonLabel: { id: 'import.skip.label', - defaultMessage: '!!!I want add services manually', + defaultMessage: '!!!I want to add services manually', }, }); diff --git a/src/i18n/locales/el.json b/src/i18n/locales/el.json index 5717a18b1..459d097f3 100644 --- a/src/i18n/locales/el.json +++ b/src/i18n/locales/el.json @@ -3,7 +3,7 @@ "global.notConnectedToTheInternet" : "You are not connected to the internet.", "import.headline" : "Import your Franz 4 services", "import.notSupportedHeadline" : "Services not yet supported in Franz 5", - "import.skip.label" : "I want add services manually", + "import.skip.label" : "I want to add services manually", "import.submit.label" : "Import services", "infobar.buttonChangelog" : "What is new?", "infobar.buttonInstallUpdate" : "Restart & install update", diff --git a/src/i18n/locales/en-US.json b/src/i18n/locales/en-US.json index 8de5e5e02..308ec8432 100644 --- a/src/i18n/locales/en-US.json +++ b/src/i18n/locales/en-US.json @@ -39,7 +39,7 @@ "import.headline": "Import your Franz 4 services", "import.notSupportedHeadline": "Services not yet supported in Franz 5", "import.submit.label": "Import services", - "import.skip.label": "I want add services manually", + "import.skip.label": "I want to add services manually", "invite.submit.label": "Send invites", "invite.headline.friends": "Invite 3 of your friends or colleagues", "invite.name.label": "Name", @@ -188,5 +188,5 @@ "service.crashHandler.action": "Reload {name}", "service.crashHandler.autoReload": "Trying to automatically restore {name} in {seconds} seconds", "service.disabledHandler.headline": "{name} is disabled", - "service.disabledHandler.action": "Enable {name}" + "service.disabledHandler.action": "Enable {name}" } diff --git a/src/i18n/locales/es.json b/src/i18n/locales/es.json index 5717a18b1..459d097f3 100644 --- a/src/i18n/locales/es.json +++ b/src/i18n/locales/es.json @@ -3,7 +3,7 @@ "global.notConnectedToTheInternet" : "You are not connected to the internet.", "import.headline" : "Import your Franz 4 services", "import.notSupportedHeadline" : "Services not yet supported in Franz 5", - "import.skip.label" : "I want add services manually", + "import.skip.label" : "I want to add services manually", "import.submit.label" : "Import services", "infobar.buttonChangelog" : "What is new?", "infobar.buttonInstallUpdate" : "Restart & install update",