mirror of
https://github.com/maelgangloff/domain-watchdog.git
synced 2025-12-17 17:55:42 +00:00
chore: update consent strings
This commit is contained in:
parent
523b951eaa
commit
6c00d10006
@ -123,7 +123,7 @@ export function ConnectorForm({form, onCreate}: { form: FormInstance, onCreate:
|
|||||||
<Checkbox
|
<Checkbox
|
||||||
required={true}>
|
required={true}>
|
||||||
<Typography.Link target='_blank' href={tosHyperlink(provider)}>
|
<Typography.Link target='_blank' href={tosHyperlink(provider)}>
|
||||||
{t`I certify that I have read and accepted the conditions of use of the Provider API, accessible from this hyperlink`}
|
{t`I have read and accepted the conditions of use of the Provider API, accessible from this hyperlink`}
|
||||||
</Typography.Link>
|
</Typography.Link>
|
||||||
</Checkbox>
|
</Checkbox>
|
||||||
</Form.Item>
|
</Form.Item>
|
||||||
@ -134,7 +134,7 @@ export function ConnectorForm({form, onCreate}: { form: FormInstance, onCreate:
|
|||||||
rules={[{required: true, message: t`Required`}]}
|
rules={[{required: true, message: t`Required`}]}
|
||||||
>
|
>
|
||||||
<Checkbox
|
<Checkbox
|
||||||
required={true}>{t`I certify on my honor that I am of the minimum age required to consent to these conditions`}</Checkbox>
|
required={true}>{t`I am of the minimum age required to consent to these conditions`}</Checkbox>
|
||||||
</Form.Item>
|
</Form.Item>
|
||||||
<Form.Item
|
<Form.Item
|
||||||
valuePropName="checked"
|
valuePropName="checked"
|
||||||
@ -143,7 +143,7 @@ export function ConnectorForm({form, onCreate}: { form: FormInstance, onCreate:
|
|||||||
rules={[{required: true, message: t`Required`}]}
|
rules={[{required: true, message: t`Required`}]}
|
||||||
>
|
>
|
||||||
<Checkbox
|
<Checkbox
|
||||||
required={true}>{t`I expressly waive my right of withdrawal regarding the purchase of domain names via the Provider's API`}</Checkbox>
|
required={true}>{t`I waive my right of withdrawal regarding the purchase of domain names via the Provider's API`}</Checkbox>
|
||||||
</Form.Item>
|
</Form.Item>
|
||||||
</>
|
</>
|
||||||
}
|
}
|
||||||
|
|||||||
@ -229,8 +229,8 @@ msgstr ""
|
|||||||
|
|
||||||
#: assets/components/tracking/ConnectorForm.tsx:126
|
#: assets/components/tracking/ConnectorForm.tsx:126
|
||||||
msgid ""
|
msgid ""
|
||||||
"I certify that I have read and accepted the conditions of use of the "
|
"I have read and accepted the conditions of use of the Provider API, "
|
||||||
"Provider API, accessible from this hyperlink"
|
"accessible from this hyperlink"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: assets/components/tracking/ConnectorForm.tsx:132
|
#: assets/components/tracking/ConnectorForm.tsx:132
|
||||||
@ -238,9 +238,7 @@ msgid "Legal age"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: assets/components/tracking/ConnectorForm.tsx:137
|
#: assets/components/tracking/ConnectorForm.tsx:137
|
||||||
msgid ""
|
msgid "I am of the minimum age required to consent to these conditions"
|
||||||
"I certify on my honor that I am of the minimum age required to consent to "
|
|
||||||
"these conditions"
|
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: assets/components/tracking/ConnectorForm.tsx:141
|
#: assets/components/tracking/ConnectorForm.tsx:141
|
||||||
@ -249,8 +247,8 @@ msgstr ""
|
|||||||
|
|
||||||
#: assets/components/tracking/ConnectorForm.tsx:146
|
#: assets/components/tracking/ConnectorForm.tsx:146
|
||||||
msgid ""
|
msgid ""
|
||||||
"I expressly waive my right of withdrawal regarding the purchase of domain "
|
"I waive my right of withdrawal regarding the purchase of domain names via "
|
||||||
"names via the Provider's API"
|
"the Provider's API"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: assets/components/tracking/WatchlistsList.tsx:40
|
#: assets/components/tracking/WatchlistsList.tsx:40
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user