Wording changed when user is not associated to household

This commit is contained in:
Julie Lenaerts 2022-04-20 17:19:20 +02:00
parent 6cad0be181
commit 0fd23c61a1
2 changed files with 3 additions and 2 deletions

View File

@ -20,6 +20,7 @@ and this project adheres to
* [Parcours]: The number of 'mes parcours' displayed (https://gitlab.com/champs-libres/departement-de-la-vendee/chill/-/issues/572) * [Parcours]: The number of 'mes parcours' displayed (https://gitlab.com/champs-libres/departement-de-la-vendee/chill/-/issues/572)
* [Hompage_widget]: Renaming of tabs and removal of social actions tab (https://gitlab.com/champs-libres/departement-de-la-vendee/chill/-/issues/570) * [Hompage_widget]: Renaming of tabs and removal of social actions tab (https://gitlab.com/champs-libres/departement-de-la-vendee/chill/-/issues/570)
* [activity]: Ignore thirdparties when creating a social action via an activity (https://gitlab.com/champs-libres/departement-de-la-vendee/chill/-/issues/573) * [activity]: Ignore thirdparties when creating a social action via an activity (https://gitlab.com/champs-libres/departement-de-la-vendee/chill/-/issues/573)
* [parcours]: change wording of warning message and button when user is not associated to a household yet (https://gitlab.com/champs-libres/departement-de-la-vendee/chill/-/issues/590#note_918370943)
## Test releases ## Test releases

View File

@ -59,8 +59,8 @@ const appMessages = {
ok: "Oui, l'usager quitte le parcours", ok: "Oui, l'usager quitte le parcours",
show_household_number: "Voir le ménage (n° {id})", show_household_number: "Voir le ménage (n° {id})",
show_household: "Voir le ménage", show_household: "Voir le ménage",
person_without_household_warning: "Certaines usagers n'appartiennent actuellement à aucun ménage. Renseignez leur appartenance dès que possible.", person_without_household_warning: "Certaines usagers n'appartiennent actuellement à aucun ménage. Veuillez les associer à un ménage dès que possible.",
update_household: "Renseigner l'appartenance", update_household: "Associer à un ménage",
participation_not_valid: "Sélectionnez ou créez au minimum 1 usager", participation_not_valid: "Sélectionnez ou créez au minimum 1 usager",
}, },
requestor: { requestor: {