Skip to content

Commit

Permalink
[EN-5832] feat(cv): email contact wording (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulEntourage authored Jul 17, 2023
1 parent e349597 commit 14055c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/external-messages/external-messages.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const ExternalMessageContactTypeFilters: FilterConstant<ExternalMessageCo
value: ExternalMessageContactTypes.COMPANY,
},
{
label: 'un coach/connecteur',
label: 'un coach/connecteur LinkedOut',
value: ExternalMessageContactTypes.COACH_CONNECTOR,
},
];
Expand All @@ -40,7 +40,7 @@ export type ExternalMessageSubject =
export const ExternalMessageSubjectFilters: FilterConstant<ExternalMessageSubject>[] =
[
{
label: "Proposition d'embauche",
label: "Offre d'emploi",
value: ExternalMessageSubjects.HIRING,
},
{
Expand Down

0 comments on commit 14055c2

Please sign in to comment.