fix: modify ovh token link

This commit is contained in:
Maël Gangloff
2024-07-30 13:37:11 +02:00
parent a4ddae3cb2
commit 8722861f1a
2 changed files with 6 additions and 2 deletions

View File

@@ -72,8 +72,8 @@ export function ConnectorForm({form, onCreate}: { form: FormInstance, onCreate:
{
provider === ConnectorProvider.OVH && <>
<Typography.Link target='_blank'
href="https://api.ovh.com/createToken/index.cgi?GET=/*&PUT=/*&POST=/*&DELETE=/*">
Retrieve a token set from the OVH API
href="https://api.ovh.com/createToken/index.cgi?GET=/order/cart/*&POST=/order/cart&POST=/order/cart/*&DELETE=/order/cart/*">
{t`Retrieve a set of tokens from the provider's website`}
</Typography.Link>
{
Object.keys(ovhFields).map(fieldName => <Form.Item

View File

@@ -245,6 +245,10 @@ msgstr ""
msgid "Please select a Provider"
msgstr ""
#: assets/components/tracking/ConnectorForm.tsx:76
msgid "Retrieve a set of tokens from the provider's website"
msgstr ""
#: assets/components/tracking/ConnectorForm.tsx:88
msgid "OVH Endpoint"
msgstr ""