diff --git a/assets/components/tracking/connector/ConnectorForm.tsx b/assets/components/tracking/connector/ConnectorForm.tsx index bca761d..f9aa28e 100644 --- a/assets/components/tracking/connector/ConnectorForm.tsx +++ b/assets/components/tracking/connector/ConnectorForm.tsx @@ -1,5 +1,5 @@ -import type {FormInstance, StepProps} from 'antd' -import {Card, Col, Row, Steps} from 'antd' +import type { FormInstance, StepProps} from 'antd' +import {Card, Col, Row, Steps, Typography} from 'antd' import type {Connector} from '../../../utils/api/connectors' import {ConnectorProvider} from '../../../utils/api/connectors' import React, {useState} from 'react' @@ -48,7 +48,8 @@ export function ConnectorForm({form, onCreate}: { form: FormInstance, onCreate: next() }} > -
+
+

{Object.keys(ConnectorProvider).find(p => ConnectorProvider[p as keyof typeof ConnectorProvider] === provider)}

@@ -59,6 +60,11 @@ export function ConnectorForm({form, onCreate}: { form: FormInstance, onCreate: {current === 1 && ProviderForm && } + + {t`This website is neither affiliated with nor sponsored by the registrars mentioned. + The names and logos of these companies are used for informational purposes only and remain registered trademarks of their respective owners. + The use of their services via this website is subject to the terms and conditions set by each registrar and is the sole responsibility of the user.`} + ) } diff --git a/translations/translations.pot b/translations/translations.pot index 14ef812..74870bb 100644 --- a/translations/translations.pot +++ b/translations/translations.pot @@ -231,6 +231,16 @@ msgstr "" msgid "Choose a registrar" msgstr "" +#: assets/components/tracking/connector/ConnectorForm.tsx:64 +msgid "" +"This website is neither affiliated with nor sponsored by the registrars " +"mentioned.\n" +"The names and logos of these companies are used for informational purposes " +"only and remain registered trademarks of their respective owners.\n" +"The use of their services via this website is subject to the terms and " +"conditions set by each registrar and is the sole responsibility of the user." +msgstr "" + #: assets/components/tracking/connector/ConnectorsList.tsx:18 msgid "" "An error occurred while deleting the Connector. Make sure it is not used in "