Skip to content

Commit db1e607

Browse files
Merge pull request #3246 from GSA/fix/remove-uk-references-3126
updatd copy to remove uk references
2 parents f9cf75b + 91edb4c commit db1e607

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ the VSCode dev container.
316316
1. `make run-flask` from within the devcontainer
317317
2. Run `make a11y-scan` from your host computer.
318318

319-
## Further docs from UK
319+
## Further documentation
320320

321321
- [Working with static assets](docs/static-assets.md)
322322
- [JavaScript documentation](https://github.com/alphagov/notifications-manuals/wiki/JavaScript-Documentation)

notifications_python_client/authentication.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
def create_jwt_token(secret, client_id):
2323
"""
24-
Create JWT token for GOV.UK Notify
24+
Create JWT token for Notify.gov
2525
2626
Tokens have standard header:
2727
{

notifications_python_client/errors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
REQUEST_ERROR_MESSAGE = "Request failed"
77

88
TOKEN_ERROR_GUIDANCE = "See our requirements for JSON Web Tokens \
9-
at https://docs.notifications.service.gov.uk/rest-api.html#authorisation-header"
9+
at https://github.com/GSA/notifications-api/tree/main/docs"
1010
TOKEN_ERROR_DEFAULT_ERROR_MESSAGE = "Invalid token: " + TOKEN_ERROR_GUIDANCE
1111

1212

notifications_utils/jinja_templates/letter_pdf/_head.jinja2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
<head>
44
<meta charset="utf-8" />
55
<title>
6-
Preview – GOV.UK Notify
6+
Preview – Notify.gov
77
</title>

notifications_utils/template.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@ def is_message_too_long(self):
557557
That's still an extremely long email, and should be sufficient for all normal use, while at the same
558558
time giving us safe margin while sending the emails through Amazon SES.
559559
560-
EDIT: putting size up to 2MB as GOV.UK email digests are hitting the limit.
560+
EDIT: putting size up to 2MB as email digests were hitting the limit.
561561
"""
562562
return self.content_size_in_bytes > 2000000
563563

0 commit comments

Comments
 (0)