File tree 2 files changed +2
-2
lines changed
arduino-ide-extension/src/browser/dialogs/settings
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -291,7 +291,7 @@ export class SettingsService {
291
291
// Do not check for any error messages. The config might has errors (such as invalid directories.user) right before saving the new values.
292
292
return nls . localize (
293
293
'arduino/preferences/noCliConfig' ,
294
- 'Could not load the CLI configuration. '
294
+ 'Could not load the CLI configuration'
295
295
) ;
296
296
}
297
297
Original file line number Diff line number Diff line change 357
357
"manualProxy" : " Manual proxy configuration" ,
358
358
"network" : " Network" ,
359
359
"newSketchbookLocation" : " Select new sketchbook location" ,
360
- "noCliConfig" : " Could not load the CLI configuration. " ,
360
+ "noCliConfig" : " Could not load the CLI configuration" ,
361
361
"noProxy" : " No proxy" ,
362
362
"proxySettings" : {
363
363
"hostname" : " Host name" ,
You can’t perform that action at this time.
0 commit comments