Skip to content

Commit 4327f25

Browse files
sfe/overrides: Update agreements with revised wording from legal (#8488)
Fixes #8473
1 parent 15d53b2 commit 4327f25

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

sfe/overrides.go

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -126,27 +126,28 @@ Would your organization consider financially supporting Let's Encrypt as a Spons
126126
forms.NewCheckboxField(
127127
"Subscriber Agreement",
128128
subscriberAgreementFieldName,
129-
`I acknowledge that I have read and agree to the latest version of the
130-
<a href="https://letsencrypt.org/repository">Let's Encrypt Subscriber Agreement</a>
131-
and understand that my use of Let's Encrypt services is subject to its terms.`,
129+
`I acknowledge that I have read and agree to the latest version of the
130+
<a href="https://letsencrypt.org/repository" target="_blank">Let's Encrypt
131+
Subscriber Agreement</a> and understand that my use of Let's Encrypt services is
132+
subject to its terms.`,
132133
true,
133134
),
134135
forms.NewCheckboxField(
135136
"Privacy Policy",
136137
privacyPolicyFieldName,
137-
`By submitting this form, I acknowledge that the information provided will be
138-
processed in accordance with <a href="https://letsencrypt.org/privacy">Let's
139-
Encrypt's Privacy Policy</a>. I understand that ISRG collects and will process
140-
this information to evaluate your rate limit override request and to provide
141-
certificate issuance and management services. In addition, depending on your
142-
responses to questions below, ISRG may use this information to send email
143-
updates and sponsorship information to you.`,
138+
`By submitting this form, I acknowledge that the information provided
139+
will be processed in accordance with <a href="https://letsencrypt.org/privacy"
140+
target="_blank">Let's Encrypt's Privacy Policy</a>. I understand that ISRG collects
141+
and will process this information to evaluate my rate limit override request and to
142+
provide certificate issuance and management services. In addition, depending on my
143+
responses to questions below, ISRG may use this information to send me email updates
144+
and sponsorship information.`,
144145
true,
145146
),
146147
forms.NewCheckboxField(
147148
"Mailing List",
148149
mailingListFieldName,
149-
"Subscribe to email updates about Let's Encrypt and other ISRG Projects.",
150+
"I’d like to receive email updates about Let's Encrypt and other ISRG projects.",
150151
false,
151152
),
152153
forms.NewTextareaField(

0 commit comments

Comments
 (0)