Skip to content

Commit

Permalink
[FEATURE] Modififier le texte anglais du tag d'éligibilité à la certi…
Browse files Browse the repository at this point in the history
…fication (PIX-15311)

 #10644
  • Loading branch information
pix-service-auto-merge authored Nov 26, 2024
2 parents d7d67f5 + 718b6fc commit 7a3d154
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion orga/app/components/campaign/results/profile-list.gjs
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ import ParticipationEvolutionIcon from './participation-evolution-icon';
{{/if}}
<td class="table__column--center hide-on-mobile">
{{#if profile.certifiable}}
<PixTag @color="green-light">{{t "pages.profiles-list.table.column.certifiable"}}</PixTag>
<PixTag @color="green-light">{{t "pages.profiles-list.table.column.certifiable-tag"}}</PixTag>
{{/if}}
</td>
<td class="table__column--center hide-on-mobile">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ module('Integration | Component | Campaign::Results::ProfileList', function (hoo
// then
assert.ok(screen.getByRole('cell', { name: '01/02/2020' }));
assert.ok(screen.getByRole('cell', { name: '10' }));
assert.ok(screen.getByRole('cell', { name: 'Certifiable' }));
assert.ok(screen.getByRole('cell', { name: t('pages.profiles-list.table.column.certifiable-tag') }));
assert.ok(screen.getByRole('cell', { name: '5' }));
});

Expand Down
1 change: 1 addition & 0 deletions orga/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1283,6 +1283,7 @@
"column": {
"ariaSharedProfileCount": "Number of profiles shared",
"certifiable": "Eligible for certification",
"certifiable-tag": "Eligible",
"competences-certifiables": "Competences eligible for certification",
"evolution": "Evolution",
"first-name": "First name",
Expand Down
1 change: 1 addition & 0 deletions orga/translations/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -1289,6 +1289,7 @@
"column": {
"ariaSharedProfileCount": "Nombre de partages de profil",
"certifiable": "Certifiable",
"certifiable-tag": "Certifiable",
"competences-certifiables": "Comp. certifiables",
"evolution": "Évolution",
"first-name": "Prénom",
Expand Down
1 change: 1 addition & 0 deletions orga/translations/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -1281,6 +1281,7 @@
"column": {
"ariaSharedProfileCount": "Aantal profielaandelen",
"certifiable": "Certificeerbaar",
"certifiable-tag": "Certificeerbaar",
"competences-certifiables": "Certificeerbare vaard.",
"evolution": "Evolutie",
"first-name": "Voornaam",
Expand Down

0 comments on commit 7a3d154

Please sign in to comment.