Skip to content

Commit d329e55

Browse files
Refine integration status text
Change "Code" to "Code parfaitement intégré" in the integration status indicator.
1 parent 22e4f83 commit d329e55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/IntegrationStatusIndicator.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export const IntegrationStatusIndicator = ({ campaign }: IntegrationStatusIndica
6666
case 'fully-integrated':
6767
return {
6868
icon: <CheckCircle className="h-3 w-3" />,
69-
label: 'Code',
69+
label: 'Code parfaitement intégré',
7070
variant: 'default' as const,
7171
className: 'bg-green-100 text-green-800 border-green-200',
7272
description: 'Script installé et conversions trackées avec succès'

0 commit comments

Comments
 (0)