mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 06:15:36 -04:00
Changing opt-in ask for emails (#6035)
This commit is contained in:
parent
a1f5dc27f2
commit
b1bcccb04b
1 changed files with 2 additions and 2 deletions
|
|
@ -41,8 +41,8 @@ def _want_subscription():
|
|||
'Would you be willing to share your email address with the '
|
||||
"Electronic Frontier Foundation, a founding partner of the Let's "
|
||||
'Encrypt project and the non-profit organization that develops '
|
||||
"Certbot? We'd like to send you email about EFF and our work to "
|
||||
'encrypt the web, protect its users and defend digital rights.')
|
||||
"Certbot? We'd like to send you email about our work encrypting "
|
||||
"the web, EFF news, campaigns, and ways to support digital freedom. ")
|
||||
display = zope.component.getUtility(interfaces.IDisplay)
|
||||
return display.yesno(prompt, default=False)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue