Skip to content

Commit

Permalink
Drop the word "ergo"
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenvh1 committed Dec 12, 2024
1 parent c51c506 commit b03f178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ta/common.rs
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ impl fmt::Display for TrustAnchorSignerRequest {
writeln!(f, "The current certificate expires on {}.", rt.to_rfc3339())?;
if let Some(weeks) = TimeDelta::try_weeks(self.timing.issued_certificate_reissue_weeks_before) {
let t = rt - weeks;
writeln!(f, "Ergo the certificate is eligible for renewal on {}.", t.to_rfc3339())?;
writeln!(f, "The certificate is eligible for renewal on {}.", t.to_rfc3339())?;
}
}
writeln!(f)?;
Expand Down

0 comments on commit b03f178

Please sign in to comment.