Skip to content

Commit ac417dc

Browse files
committed
fix(typo): Fix "add services manually" message
1 parent abca425 commit ac417dc

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

src/components/auth/Import.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const messages = defineMessages({
2424
},
2525
skipButtonLabel: {
2626
id: 'import.skip.label',
27-
defaultMessage: '!!!I want add services manually',
27+
defaultMessage: '!!!I want to add services manually',
2828
},
2929
});
3030

src/i18n/locales/el.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"global.notConnectedToTheInternet" : "You are not connected to the internet.",
44
"import.headline" : "Import your Franz 4 services",
55
"import.notSupportedHeadline" : "Services not yet supported in Franz 5",
6-
"import.skip.label" : "I want add services manually",
6+
"import.skip.label" : "I want to add services manually",
77
"import.submit.label" : "Import services",
88
"infobar.buttonChangelog" : "What is new?",
99
"infobar.buttonInstallUpdate" : "Restart & install update",

src/i18n/locales/en-US.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"import.headline": "Import your Franz 4 services",
4040
"import.notSupportedHeadline": "Services not yet supported in Franz 5",
4141
"import.submit.label": "Import services",
42-
"import.skip.label": "I want add services manually",
42+
"import.skip.label": "I want to add services manually",
4343
"invite.submit.label": "Send invites",
4444
"invite.headline.friends": "Invite 3 of your friends or colleagues",
4545
"invite.name.label": "Name",
@@ -188,5 +188,5 @@
188188
"service.crashHandler.action": "Reload {name}",
189189
"service.crashHandler.autoReload": "Trying to automatically restore {name} in {seconds} seconds",
190190
"service.disabledHandler.headline": "{name} is disabled",
191-
"service.disabledHandler.action": "Enable {name}"
191+
"service.disabledHandler.action": "Enable {name}"
192192
}

src/i18n/locales/es.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"global.notConnectedToTheInternet" : "You are not connected to the internet.",
44
"import.headline" : "Import your Franz 4 services",
55
"import.notSupportedHeadline" : "Services not yet supported in Franz 5",
6-
"import.skip.label" : "I want add services manually",
6+
"import.skip.label" : "I want to add services manually",
77
"import.submit.label" : "Import services",
88
"infobar.buttonChangelog" : "What is new?",
99
"infobar.buttonInstallUpdate" : "Restart & install update",

0 commit comments

Comments
 (0)