Skip to content

Commit

Permalink
Merge pull request #498 from yanokwa/tweak-image-warning
Browse files Browse the repository at this point in the history
Clearer message for max-pixels warning
  • Loading branch information
lognaturel authored Dec 18, 2020
2 parents a22c953 + edcf710 commit 7cdd716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyxform/xls2json.py
Original file line number Diff line number Diff line change
Expand Up @@ -1283,7 +1283,7 @@ def replace_prefix(d, prefix):
else:
warnings.append(
(row_format_string % row_number)
+ " Use the max-pixels parameter to speed up sending and save storage space. Learn more: https://xlsform.org/#image"
+ " Use the max-pixels parameter to speed up submission sending and save storage space. Learn more: https://xlsform.org/#image"
)
parent_children_array.append(new_dict)
continue
Expand Down

0 comments on commit 7cdd716

Please sign in to comment.