Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a60cbee

Browse files
committedDec 9, 2022
Fixed wrong error message
1 parent 46e5aa1 commit a60cbee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎arduino/errors.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ func (e *InvalidProfileError) ToRPCStatus() *status.Status {
235235
type MissingPortAddressError struct{}
236236

237237
func (e *MissingPortAddressError) Error() string {
238-
return tr("Missing port protocol")
238+
return tr("Missing port address")
239239
}
240240

241241
// ToRPCStatus converts the error into a *status.Status

0 commit comments

Comments
 (0)
Please sign in to comment.