Skip to content

Commit

Permalink
minor translation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fstasi committed Apr 12, 2022
1 parent fb2d39c commit 8357946
Show file tree
Hide file tree
Showing 2 changed files with 346 additions and 345 deletions.
2 changes: 1 addition & 1 deletion arduino-ide-extension/src/browser/arduino-preferences.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export const ArduinoConfigSchema: PreferenceSchema = {
default: 'https://downloads.arduino.cc/arduino-ide',
description: nls.localize(
'arduino/preferences/ide.updateBaseUrl',
`The base URL where to download updates from. Defaults to 'https://downloads.arduino.cc/arduino-ide'`
"The base URL where to download updates from. Defaults to 'https://downloads.arduino.cc/arduino-ide'"
),
},
'arduino.board.certificates': {
Expand Down
Loading

0 comments on commit 8357946

Please sign in to comment.