diff --git a/proto/regen/ecocredit/v1/tx.proto b/proto/regen/ecocredit/v1/tx.proto index 4c478ac2a3..a6ab5ec9ab 100644 --- a/proto/regen/ecocredit/v1/tx.proto +++ b/proto/regen/ecocredit/v1/tx.proto @@ -50,7 +50,7 @@ service Msg { returns (MsgUpdateProjectClassResponse); // WithdrawProjectClass withdraws a project from a credit class application - // or relationship unilaterally on the part of a project admin. + // or enrollment unilaterally on the part of a project admin. // // Since Revision 3 rpc WithdrawProjectClass(MsgWithdrawProjectClass)