Skip to content

Commit

Permalink
Update message when dref import fails
Browse files Browse the repository at this point in the history
  • Loading branch information
tnagorra committed Nov 5, 2024
1 parent ceacdcc commit cd1c8e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"drefImportFailed": "Failed to import",
"drefImportSelectFile": "Select file (xlsx)",
"drefImportTemplate": "Please select the filled template for the DREF Application",
"drefImportFailedDescription": "Failed to process the selected import file, make sure you've downloaded the import template from the GO platform."
"drefImportFailedDescription": "Failed to process the selected import file, make sure you've downloaded the import template from the GO platform. Please contact your DREF focal point in your region."
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ function DrefImportModal(props: Props) {
{
variant: 'danger',
description: strings.drefImportFailedDescription,
debugMessage: 'Length of worksheet sbould be exactly 5.',
},
);

Expand Down

0 comments on commit cd1c8e2

Please sign in to comment.