From: Jacob Lifshay Date: Mon, 20 Jun 2022 03:22:28 +0000 (-0700) Subject: rephrase header to not imply bugs are completed when they just have payment info X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6bf69539457efb4a7341c0542bbdb8c444fe38a5;p=utils.git rephrase header to not imply bugs are completed when they just have payment info --- diff --git a/src/budget_sync/write_budget_markdown.py b/src/budget_sync/write_budget_markdown.py index f042ff0..f98bf2c 100644 --- a/src/budget_sync/write_budget_markdown.py +++ b/src/budget_sync/write_budget_markdown.py @@ -141,7 +141,7 @@ def _markdown_for_person(person: Person, for payee_state in PayeeState: if payee_state == PayeeState.NotYetSubmitted: - display_status_header = f"## Completed but not yet paid" + display_status_header = f"## Payment not yet submitted" elif payee_state == PayeeState.Submitted: display_status_header = f"## Submitted to NLNet but not yet paid" else: