diff --git a/cardano-cli/src/Cardano/CLI/EraBased/Run/CreateTestnetData.hs b/cardano-cli/src/Cardano/CLI/EraBased/Run/CreateTestnetData.hs index 241ac7bb05..069a9fcd35 100644 --- a/cardano-cli/src/Cardano/CLI/EraBased/Run/CreateTestnetData.hs +++ b/cardano-cli/src/Cardano/CLI/EraBased/Run/CreateTestnetData.hs @@ -396,8 +396,8 @@ delegatesREADME = Text.intercalate "\n" drepsREADME :: Text.Text drepsREADME = Text.intercalate "\n" - ["Keys generated by the --drep-keys flag. These keys are for Delegate Representatives (DReps) that make decisions in", - "Funds of the Catalyst Project. Delegators that do not want to vote for each decision will pick DReps in line with", + ["Keys generated by the --drep-keys flag. These keys are for Delegate Representatives (DReps) that make decisions", + "related to Cardano governance. Delegators that do not want to vote for each decision will pick DReps in line with", "their views delegate their voting power to them. The DRep's in this generated testnet data will automatically get", "registered and all the stake delegators (if any) will automatically delegate their vote to one of the DReps here."]