mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-01 15:46:07 -05:00
Change apostrophes to prettier ones
Co-Authored-By: Chris Hill-Scott <me@quis.cc>
This commit is contained in:
committed by
GitHub
parent
e9de84beb0
commit
957cf46748
@@ -184,6 +184,6 @@ def can_letter_job_be_cancelled(job):
|
||||
if count_cancellable_notifications != job.notification_count or not letter_can_be_cancelled(
|
||||
NOTIFICATION_CREATED, job.created_at
|
||||
):
|
||||
return False, "It's too late to cancel sending, these letters have already been sent."
|
||||
return False, "It’s too late to cancel sending, these letters have already been sent."
|
||||
|
||||
return True, None
|
||||
|
||||
Reference in New Issue
Block a user