diff --git a/cardano-cli/src/Cardano/CLI/Types/Errors/GovernanceActionsError.hs b/cardano-cli/src/Cardano/CLI/Types/Errors/GovernanceActionsError.hs index 65de0de055..f935a1b651 100644 --- a/cardano-cli/src/Cardano/CLI/Types/Errors/GovernanceActionsError.hs +++ b/cardano-cli/src/Cardano/CLI/Types/Errors/GovernanceActionsError.hs @@ -57,8 +57,8 @@ instance Error GovernanceActionsError where GovernanceActionsReadStakeCredErrror e -> prettyError e GovernanceActionsProposalMismatchedHashError adt expectedHash actualHash -> - "Hashes do not match while checking " - <> pretty (anchorDataTypeCheckName adt) + "Hashes do not match while checking" + <+> pretty (anchorDataTypeCheckName adt) <> " hashes! \n" <> "Expected: " <> pretty (show (L.extractHash expectedHash))