Skip to content

Commit 4aa5541

Browse files
committed
fix(admin):fix wording on admin side of certification list
1 parent 2366086 commit 4aa5541

File tree

1 file changed

+5
-8
lines changed
  • packages/reva-admin-react/src/app/(admin)/certifications/(list)

1 file changed

+5
-8
lines changed

packages/reva-admin-react/src/app/(admin)/certifications/(list)/page.tsx

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -77,16 +77,13 @@ const CertificationListPage = () => {
7777
return (
7878
certificationPage && (
7979
<div className="flex flex-col w-full">
80-
<h1>Gestion des certifications</h1>
80+
<h1>Certifications</h1>
81+
<p>
82+
Retrouvez ici les certifications liées aux différentes structures
83+
certificatrices enregistrées sur France VAE.{" "}
84+
</p>
8185
{getCertificationsQueryStatus === "success" && (
8286
<SearchList
83-
title={`Certifications ${
84-
status
85-
? status === "AVAILABLE"
86-
? "disponibles"
87-
: "inactives"
88-
: ""
89-
}`}
9087
searchFilter={searchFilter}
9188
searchResultsPage={certificationPage}
9289
>

0 commit comments

Comments
 (0)