Skip to content

Commit

Permalink
[BUGFIX] Traduire le text du label de l'icone dans le select de créat…
Browse files Browse the repository at this point in the history
…ion de campagne (PIX-16831)

 #11580
  • Loading branch information
pix-service-auto-merge authored Mar 6, 2025
2 parents 87e8968 + aa65217 commit 232e58d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 488 deletions.
4 changes: 2 additions & 2 deletions orga/app/components/campaign/create-form.gjs
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ export default class CreateForm extends Component {
category: this.intl.t(`pages.campaign-creation.tags.${targetProfile.category}`),
icon: targetProfile.isSimplifiedAccess ? 'accountOff' : 'users',
iconTitle: targetProfile.isSimplifiedAccess
? 'common.target-profile-details.simplified-access.without-account'
: 'common.target-profile-details.simplified-access.with-account',
? this.intl.t('common.target-profile-details.simplified-access.without-account')
: this.intl.t('common.target-profile-details.simplified-access.with-account'),
order: 'OTHER' === targetProfile.category ? 1 : 0,
};
});
Expand Down
Loading

0 comments on commit 232e58d

Please sign in to comment.