diff --git a/beacon_chain/rpc/rest_constants.nim b/beacon_chain/rpc/rest_constants.nim index ca470f020..181824ba1 100644 --- a/beacon_chain/rpc/rest_constants.nim +++ b/beacon_chain/rpc/rest_constants.nim @@ -151,7 +151,7 @@ const InvalidLogLevelValueError* = "Invalid log level value error" ContentNotAcceptableError* = - "Could not find out accepted content type" + "Accepted media type not supported" InvalidAcceptError* = "Incorrect accept response type" MissingSubCommitteeIndexValueError* =