mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-07-12 22:06:34 +00:00
Correct sketchbook folder selection button text
The previous text used past tense, which is not appropriate for a button.
This commit is contained in:
parent
2a55ddd757
commit
0dd1e45233
@ -507,7 +507,7 @@ export class SettingsComponent extends React.Component<SettingsComponent.Props,
|
||||
protected browseSketchbookDidClick = async () => {
|
||||
const uri = await this.props.fileDialogService.showOpenDialog({
|
||||
title: 'Select new sketchbook location',
|
||||
openLabel: 'Chose',
|
||||
openLabel: 'Choose',
|
||||
canSelectFiles: false,
|
||||
canSelectMany: false,
|
||||
canSelectFolders: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user