Skip to content

Commit

Permalink
feat: modify DUK contact outcome label
Browse files Browse the repository at this point in the history
  • Loading branch information
RenauxLeaInsee committed Dec 10, 2024
1 parent 385f7bd commit 78c15a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sonor",
"version": "0.5.35",
"version": "0.5.36",
"private": true,
"dependencies": {
"@tanstack/react-query": "4.0.5",
Expand Down
4 changes: 2 additions & 2 deletions src/i18n/labels/labels_contactOutcomes.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ const labelsContactOutcomes = {
fr: 'Sans objet',
},
DUK: {
en: 'Definitely unavailable for a known reason',
fr: 'Indisponibilité définitive pour motif connu',
en: 'Definitely unavailable',
fr: 'Indisponibilité définitive',
},
DUU: {
en: 'Definitely unavailable for an unknown reason',
Expand Down

0 comments on commit 78c15a2

Please sign in to comment.