Skip to content

Commit

Permalink
feat(dataloader): update error message
Browse files Browse the repository at this point in the history
  • Loading branch information
epiqueras authored and satello committed May 28, 2019
1 parent 25a747d commit ffeb610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bootstrap/dataloader.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const funcs = {
.catch(() => ({
metaEvidenceJSON: {
description:
'The data for this case is not formatted correctly or has been tampered since the time of its submission. Please refuse to arbitrate this case.',
'The data for this case is not formatted correctly or has been tampered since the time of its submission. Please refresh the page and refuse to arbitrate if the problem persists.',
title: 'Invalid or tampered case data, refuse to arbitrate.'
}
})),
Expand Down

0 comments on commit ffeb610

Please sign in to comment.