diff --git a/web/send_error.go b/web/send_error.go index 9a03cafb7bc..8c0e8e0f77f 100644 --- a/web/send_error.go +++ b/web/send_error.go @@ -41,7 +41,7 @@ func SendError( // requesting certificates" error. var primaryDetail = prob.Detail if prob.Type == probs.PausedProblem { - primaryDetail = "account is paused" + primaryDetail = "account/ident pair is paused" } // Record details to the log event