chore: fix typo

This commit is contained in:
Maël Gangloff
2024-08-10 00:27:30 +02:00
parent 18886609ff
commit 644915446b
3 changed files with 9 additions and 3 deletions

View File

@@ -22,6 +22,6 @@ export const ovhPricingMode = () => [
{value: 'create-default', label: t`The domain is free and at the standard price`},
{
value: 'create-premium',
label: t`The domain is free but is a premium. Its price varies from one domain to another`
label: t`The domain is free but can be premium. Its price varies from one domain to another`
}
]