Skip to content

Commit

Permalink
fix(procedures): gdpr fix error message (#13966)
Browse files Browse the repository at this point in the history
ref: MANAGER-15725

Signed-off-by: Omar ALKABOUSS MOUSSANA <[email protected]>
  • Loading branch information
oalkabouss authored Nov 6, 2024
1 parent 23fcdef commit 05beac0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ export const RGDPForm: FunctionComponent = () => {
/>
</div>
{isError && (
<OsdsMessage className="mt-5" color={ODS_THEME_COLOR_INTENT.error}>
<OsdsMessage className="my-5" color={ODS_THEME_COLOR_INTENT.error}>
{t('rgdp_form_error_message_submit')}
</OsdsMessage>
)}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@
"rgpd_confirm_success_modal_description": "Elle sera prise en compte dès que possible par notre équipe support.",
"rgpd_confirm_success_modal_back_home": "Retour à la page d'accueil",

"rgdp_form_error_message_submit": "Vos documents n'ont pas été correctement envoyés. Veuillez relancer l'envoi de vos documents."
"rgdp_form_error_message_submit": "Oups, il y a un problème ! Nous n'arrivons pas à envoyer la demande"
}

0 comments on commit 05beac0

Please sign in to comment.