diff --git a/certbot/main.py b/certbot/main.py index 9805d3cf9..3557f65b3 100644 --- a/certbot/main.py +++ b/certbot/main.py @@ -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)