Skip to content

Commit

Permalink
Update web/send_error.go
Browse files Browse the repository at this point in the history
Co-authored-by: Aaron Gable <aaron@letsencrypt.org>
  • Loading branch information
beautifulentropy and aarongable committed Sep 23, 2024
1 parent aab1552 commit cfbf5a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/send_error.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cfbf5a7

Please sign in to comment.