Skip to content

Commit

Permalink
Merge pull request #2902 from guardian/mk-fileformat-msg
Browse files Browse the repository at this point in the history
Add TIFF to supported formats Upload msg
  • Loading branch information
paperboyo authored Apr 2, 2020
2 parents 7cf81b1 + 108af01 commit d414a81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kahuna/public/js/upload/jobs/upload-jobs.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs.controller('UploadJobsCtrl', [
const reason = error.body && error.body.errorKey;

const message = reason === 'unsupported-type' ?
'The Grid only supports JPG and PNG images.' +
'The Grid only supports JPG, PNG and TIFF images.' +
' Please convert the image and try again.' :
error.body && error.body.errorMessage || 'unknown';

Expand Down

0 comments on commit d414a81

Please sign in to comment.