notify-api-446 change default text message sender from U.S. Notify

This commit is contained in:
Kenneth Kehl
2023-08-31 08:21:28 -07:00
parent 155ea99b36
commit b5d795e09e
5 changed files with 7 additions and 7 deletions

View File

@@ -123,7 +123,7 @@ def revoke_api_key(service_id, key_id):
flash(
[
"Are you sure you want to revoke {}?".format(key_name),
"You will not be able to use this API key to connect to U.S. Notify.",
"You will not be able to use this API key to connect to Notify.gov.",
],
"revoke this API key",
)