Skip to content

Commit

Permalink
Merge pull request #2156 from LiteFarmOrg/bugfix/sensor-inline-error-…
Browse files Browse the repository at this point in the history
…copy

Fixed copy for inline error
  • Loading branch information
smattingly authored Jul 21, 2022
2 parents 450cf98 + 420c03b commit e955099
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/webapp/public/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -457,9 +457,9 @@
"UPLOAD_LINK_MESSAGE": "Download this template",
"UPLOAD_INSTRUCTION_MESSAGE": "for correct formatting.",
"UPLOAD_PLACEHOLDER": "Upload CSV file",
"UPLOAD_ERROR_MESSAGE": "We found some errors with your upload. You can view them",
"UPLOAD_ERROR_MESSAGE": "We found some errors with your upload. ",
"UPLOAD_ERROR_LINK": "Click here to view them.",
"EMPTY_FILE_UPLOAD_ERROR_MESSAGE": "No sensors found, please check your upload and try again.",
"UPLOAD_ERROR_LINK": "here.",
"VALIDATION": {
"FILE_ROW_LIMIT_EXCEEDED": "File row limit exceeded. The max number of sensors that can be uploaded from a file is 100.",
"MISSING_COLUMNS": "Columns are required/missing.",
Expand Down

0 comments on commit e955099

Please sign in to comment.