We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22e4f83 commit d329e55Copy full SHA for d329e55
src/components/IntegrationStatusIndicator.tsx
@@ -66,7 +66,7 @@ export const IntegrationStatusIndicator = ({ campaign }: IntegrationStatusIndica
66
case 'fully-integrated':
67
return {
68
icon: <CheckCircle className="h-3 w-3" />,
69
- label: 'Code',
+ label: 'Code parfaitement intégré',
70
variant: 'default' as const,
71
className: 'bg-green-100 text-green-800 border-green-200',
72
description: 'Script installé et conversions trackées avec succès'
0 commit comments