mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-11-08 01:48:32 +00:00
Correct minor typos in UI text and documentation
This commit is contained in:
@@ -80,7 +80,7 @@ export class SerialMonitorSendInput extends React.Component<
|
||||
const { board, port } = serialConfig;
|
||||
return nls.localize(
|
||||
'arduino/serial/message',
|
||||
"Message ({0} + Enter to send message to '{1}' on '{2}'",
|
||||
"Message ({0} + Enter to send message to '{1}' on '{2}')",
|
||||
isOSX ? '⌘' : nls.localize('vscode/keybindingLabels/ctrlKey', 'Ctrl'),
|
||||
board
|
||||
? Board.toString(board, {
|
||||
|
||||
Reference in New Issue
Block a user