Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
JeromeBu committed Oct 10, 2024
1 parent 055087b commit e30aa5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion front/src/app/contents/forms/convention/textSetup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const immersionTexts = (internshipKind: InternshipKind) => ({
</h2>
<p className="fr-text">
Complétez ce formulaire pour réaliser votre immersion
professionnelle. <br /> Il vaut équivalence du CERFA 13912 * 04.
professionnelle. <br /> Il vaut équivalence du CERFA 13912 * 05.
</p>
</>
) : (
Expand Down
2 changes: 1 addition & 1 deletion front/src/app/pages/admin/UsersTab.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const UsersTable = () => {
<Table
fixed
id={domElementIds.admin.usersTab.usersTable}
headers={["Utilisateur", "Nombre d'agence liées"]}
headers={["Utilisateur", "Nombre d'agences liées"]}
data={users.map((user) => [
<NameAndEmailInTable
firstName={user.firstName}
Expand Down

0 comments on commit e30aa5e

Please sign in to comment.