Skip to content

Commit

Permalink
Ticket CV2-4979: Updating copy for error message
Browse files Browse the repository at this point in the history
  • Loading branch information
caiosba committed Sep 5, 2024
1 parent ce6a11d commit 67edafa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/ExportList.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const ExportList = ({ filters, type }) => {
const onError = () => {
setFlashMessage(
<FormattedMessage
defaultMessage="Export failed. Please try again later or contact our support if the error persists."
defaultMessage="Export failed. Please ensure you have the necessary permissions to perform this operation and that the number of results is fewer than 10,000."
description="Message displayed when list export fails."
id="exportList.error"
/>,
Expand Down

0 comments on commit 67edafa

Please sign in to comment.