Skip to content

Commit

Permalink
♻️ admin: error message rewording
Browse files Browse the repository at this point in the history
  • Loading branch information
Steph0 committed Jul 12, 2024
1 parent 9186d6e commit 45a311e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ module('Acceptance | authenticated/certification-centers/get', function (hooks)
assert
.dom(
screen.getByText(
'Il y a une incompatibilité entre les fonctionnalités pilotes auxquelles le centre est abonné.',
'Il y a une incompatibilité entre les fonctionnalités pilotes auxquelles vous souhaitez habiliter le centre. Merci de rafraîchir la page.',
),
)
.exists();
Expand Down
2 changes: 1 addition & 1 deletion admin/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@
},
"update": {
"errors": {
"pilot-features-incompatibilities": "There are incompatibilities between the pilot features this center has subscribed to."
"pilot-features-incompatibilities": "There are incompatibilities between the pilot features this center is habilitated to. Please refresh this page."
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion admin/translations/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@
},
"update": {
"errors": {
"pilot-features-incompatibilities": "Il y a une incompatibilité entre les fonctionnalités pilotes auxquelles le centre est abonné."
"pilot-features-incompatibilities": "Il y a une incompatibilité entre les fonctionnalités pilotes auxquelles vous souhaitez habiliter le centre. Merci de rafraîchir la page."
}
}
}
Expand Down

0 comments on commit 45a311e

Please sign in to comment.