Skip to content

Commit a60cbee

Browse files
committed
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

Lines changed: 1 addition & 1 deletion
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)