updatd copy to remove uk references

This commit is contained in:
Alex Janousek
2026-02-04 10:39:48 -05:00
parent f9cf75ba85
commit 91edb4cade
5 changed files with 5 additions and 5 deletions

View File

@@ -3,5 +3,5 @@
<head>
<meta charset="utf-8" />
<title>
Preview GOV.UK Notify
Preview Notify.gov
</title>

View File

@@ -557,7 +557,7 @@ class BaseEmailTemplate(SubjectMixin, Template):
That's still an extremely long email, and should be sufficient for all normal use, while at the same
time giving us safe margin while sending the emails through Amazon SES.
EDIT: putting size up to 2MB as GOV.UK email digests are hitting the limit.
EDIT: putting size up to 2MB as email digests were hitting the limit.
"""
return self.content_size_in_bytes > 2000000