diff --git a/pyxform/xls2json.py b/pyxform/xls2json.py index af3512205..adae81282 100644 --- a/pyxform/xls2json.py +++ b/pyxform/xls2json.py @@ -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