mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-16 20:49:00 -04:00
notify-api-446 change default text message sender from U.S. Notify
This commit is contained in:
@@ -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",
|
||||
)
|
||||
|
||||
@@ -135,7 +135,7 @@ def email_template():
|
||||
"\n"
|
||||
"10. Three"
|
||||
"\n\n"
|
||||
"This is an example of an email sent using U.S. Notify."
|
||||
"This is an example of an email sent using Notify.gov."
|
||||
"\n\n"
|
||||
"https://www.notifications.service.gov.uk"
|
||||
),
|
||||
|
||||
@@ -371,7 +371,7 @@ def send_one_off_step(service_id, template_id, step_index):
|
||||
elif db_template["template_type"] == "sms":
|
||||
sms_sender = (
|
||||
get_sms_sender_from_session()
|
||||
) # TODO: verify default sender is U.S. Notify
|
||||
) # TODO: verify default sender is Notify.gov
|
||||
|
||||
template_values = get_recipient_and_placeholders_from_session(
|
||||
db_template["template_type"]
|
||||
|
||||
Reference in New Issue
Block a user