Fix find & replace SNAFU

This commit is contained in:
Peter Eckersley 2016-09-23 17:32:40 -07:00
parent d036fc38c6
commit 2cd4e9eda2

View file

@ -187,7 +187,7 @@ def _handle_identical_cert_request(config, lineage):
elif config.verb == "certonly":
keep_opt = "Keep the existing certificate for now"
choices = [keep_opt,
"Renew & replace the lineage (limit ~5 per 7 days)"]
"Renew & replace the cert (limit ~5 per 7 days)"]
display = zope.component.getUtility(interfaces.IDisplay)
response = display.menu(question, choices, "OK", "Cancel", default=0)