Skip to content

Commit 8d3b20a

Browse files
kittaakosper1234
andauthored
Update arduino-ide-extension/src/common/protocol/sketches-service.ts
Co-authored-by: per1234 <[email protected]>
1 parent 9687fc6 commit 8d3b20a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: arduino-ide-extension/src/common/protocol/sketches-service.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ export namespace Sketch {
166166
);
167167
const invalidCloudSketchFolderNameMessage = nls.localize(
168168
'arduino/sketch/invalidCloudSketchName',
169-
'The name must consist of basic letters, numbers or underscores. Maximum length is 36 characters.'
169+
'The name must start with a letter or number, followed by letters, numbers, dashes, dots and underscores. Maximum length is 36 characters.'
170170
);
171171
/**
172172
* `undefined` if the candidate sketch folder name is valid. Otherwise, the validation error message.

0 commit comments

Comments
 (0)