Skip to content

Commit 3cfdbb4

Browse files
committed
fix: change french licence statement
1 parent 17cfdf7 commit 3cfdbb4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Footer.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,8 @@ const { useTranslation, addFooterTranslations } = createComponentI18nApi({
502502
"cookies management": "Gestion des cookies",
503503
"license mention": (p: { licenseUrl: string }) => (
504504
<>
505-
Sauf mention contraire, tous les contenus de ce site sont sous{" "}
505+
Sauf mention explicite de propriété intellectuelle détenue par des tiers, les
506+
contenus de ce site sont proposés sous{" "}
506507
<a
507508
href={p.licenseUrl}
508509
target="_blank"

0 commit comments

Comments
 (0)