@@ -189,48 +189,55 @@ function ApplyForm() {
189189 required = { true }
190190 id = "public"
191191 name = "public"
192- aria-label = "Confirm my website is publicly available"
192+ aria-label = "Confirm my website is a publicly available developer documentation or a technical blog. "
193193 type = "checkbox"
194194 className = "uil-mr-8"
195195 />
196- My website is publicly available
196+ My website is a publicly available developer documentation or a
197+ technical blog.
197198 </ LabelText >
198199
199200 < LabelText
200201 className = "uil-pt-12 apply-text"
201202 tag = "label"
202- htmlFor = "opensource "
203- key = "opensource "
203+ htmlFor = "owner "
204+ key = "owner "
204205 >
205206 < input
206207 required = { true }
207- id = "opensource"
208- name = "opensource"
209- aria-label = "Confirm my website is an technical documentation of an open-source project or technical blog"
208+ id = "owner"
209+ name = "owner"
210+ aria-label = "Confirm I am the owner of the website, or otherwise have obtained and
211+ continue to maintain any required consents necessary to use
212+ DocSearch on the requested domain. And I have read the checklist."
210213 type = "checkbox"
211214 className = "uil-mr-8"
212215 />
213- My website is a technical documentation of an open-source project or
214- a technical blog
216+ I am the owner of the website, or otherwise have obtained and
217+ continue to maintain any required consents necessary to use
218+ DocSearch on the requested domain. And I have{ ' ' }
219+ < InlineLink href = { withBaseUrl ( 'docs/who-can-apply' ) } >
220+ read the checklist.
221+ </ InlineLink >
215222 </ LabelText >
216223
217224 < LabelText
218225 className = "uil-pt-12 apply-text"
219226 tag = "label"
220- htmlFor = "owner "
221- key = "owner "
227+ htmlFor = "opensource "
228+ key = "opensource "
222229 >
223230 < input
224231 required = { true }
225- id = "owner "
226- name = "owner "
227- aria-label = "Confirm I am owner of the website "
232+ id = "opensource "
233+ name = "opensource "
234+ aria-label = "Confirm I understand that this is a Free Service as described in Algolia's Terms of Service "
228235 type = "checkbox"
229236 className = "uil-mr-8"
230237 />
231- I'm the owner of the website and I have { ' ' }
232- < InlineLink href = { withBaseUrl ( 'docs/who-can-apply' ) } >
233- read the checklist
238+ I understand that this is a Free Service as described in Algolia's { ' ' }
239+ < InlineLink href = "https://www.algolia.com/policies/terms/" >
240+ Terms of Service.
234241 </ InlineLink >
235242 </ LabelText >
236243
@@ -247,7 +254,7 @@ function ApplyForm() {
247254 </ div >
248255
249256 < Text small = { true } className = "uil-ta-center" >
250- < InlineLink href = "https://www.algolia.com/policies/terms " >
257+ < InlineLink href = "https://www.algolia.com/policies/privacy/ " >
251258 Refer to Algolia's Privacy Policy for more information on how we use
252259 and protect your data
253260 </ InlineLink >
0 commit comments