We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46e5aa1 commit a60cbeeCopy full SHA for a60cbee
arduino/errors.go
@@ -235,7 +235,7 @@ func (e *InvalidProfileError) ToRPCStatus() *status.Status {
235
type MissingPortAddressError struct{}
236
237
func (e *MissingPortAddressError) Error() string {
238
- return tr("Missing port protocol")
+ return tr("Missing port address")
239
}
240
241
// ToRPCStatus converts the error into a *status.Status
0 commit comments