diff --git a/api/s5/s5.go b/api/s5/s5.go index d331bba..9847d3c 100644 --- a/api/s5/s5.go +++ b/api/s5/s5.go @@ -875,7 +875,7 @@ func (s *S5API) accountPin(jc jape.Context) { }) if len(locations) == 0 { - s.sendErrorResponse(jc, NewS5Error(ErrKeyResourceNotFound, fmt.Errorf("cid could not be found on the network"))) + s.sendErrorResponse(jc, NewS5Error(ErrKeyResourceNotFound, fmt.Errorf("CID could not be found on the network"))) return }