Skip to content

Commit 8185b16

Browse files
Update arduino-ide-extension/src/browser/contributions/check-for-updates.ts
Co-authored-by: Per Tillisch <[email protected]>
1 parent cf1d56d commit 8185b16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arduino-ide-extension/src/browser/contributions/check-for-updates.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ export namespace CheckForUpdates {
212212
export const CHECK_FOR_UPDATES: Command = Command.toLocalizedCommand(
213213
{
214214
id: 'arduino-check-for-updates',
215-
label: 'Check for board and library updates', //changing labelling from 'Check for Arduino updates' to 'Check for board and library updates' to adress #1646, changing translation files as well
215+
label: 'Check for board and library updates',
216216
category: 'Arduino',
217217
},
218218
'arduino/checkForUpdates/checkForUpdates'

0 commit comments

Comments
 (0)