Skip to content

Commit

Permalink
fix(typo): Fix "add services manually" message
Browse files Browse the repository at this point in the history
  • Loading branch information
jaebradley committed Nov 28, 2017
1 parent abca425 commit ac417dc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/components/auth/Import.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
},
});

Expand Down
2 changes: 1 addition & 1 deletion src/i18n/locales/el.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions src/i18n/locales/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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}"
}
2 changes: 1 addition & 1 deletion src/i18n/locales/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit ac417dc

Please sign in to comment.