diff --git a/backend/matrix_intake/proposals.py b/backend/matrix_intake/proposals.py index b24f920..8893952 100644 --- a/backend/matrix_intake/proposals.py +++ b/backend/matrix_intake/proposals.py @@ -180,7 +180,8 @@ def render(proposal): if val: lines.append(f"ยท {label}: {val}") lines.append("") - lines.append("Reply **yes** to commit, **edit field=value** to change a field, or **no** to discard.") + lines.append("Reply **yes** to commit, **no** to discard, or just tell me what to change in " + "plain words (e.g. \"change the email to a@b.com\", \"the firm is Acme Capital\").") return "\n".join(lines)