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 2366086 commit 4aa5541Copy full SHA for 4aa5541
packages/reva-admin-react/src/app/(admin)/certifications/(list)/page.tsx
@@ -77,16 +77,13 @@ const CertificationListPage = () => {
77
return (
78
certificationPage && (
79
<div className="flex flex-col w-full">
80
- <h1>Gestion des certifications</h1>
+ <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>
85
{getCertificationsQueryStatus === "success" && (
86
<SearchList
- title={`Certifications ${
- status
- ? status === "AVAILABLE"
- ? "disponibles"
87
- : "inactives"
88
- : ""
89
- }`}
90
searchFilter={searchFilter}
91
searchResultsPage={certificationPage}
92
>
0 commit comments