Skip to content

Commit 0dec783

Browse files
author
Akos Kitta
committed
fix: removed period from error message
Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
1 parent 1ec3663 commit 0dec783

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

arduino-ide-extension/src/browser/dialogs/settings/settings.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ export class SettingsService {
291291
// Do not check for any error messages. The config might has errors (such as invalid directories.user) right before saving the new values.
292292
return nls.localize(
293293
'arduino/preferences/noCliConfig',
294-
'Could not load the CLI configuration.'
294+
'Could not load the CLI configuration'
295295
);
296296
}
297297

i18n/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@
357357
"manualProxy": "Manual proxy configuration",
358358
"network": "Network",
359359
"newSketchbookLocation": "Select new sketchbook location",
360-
"noCliConfig": "Could not load the CLI configuration.",
360+
"noCliConfig": "Could not load the CLI configuration",
361361
"noProxy": "No proxy",
362362
"proxySettings": {
363363
"hostname": "Host name",

0 commit comments

Comments
 (0)