us → u.s.

This commit is contained in:
stvnrlly
2022-12-06 11:03:47 -05:00
parent 92da56fe63
commit b6bc02eb6b
62 changed files with 128 additions and 128 deletions

View File

@@ -35,7 +35,7 @@ def _create_example_template(service_id):
example_sms_template = service_api_client.create_service_template(
'Example text message template',
'sms',
'Hi, Im trying out US Notify. Today is ((day of week)) and my favourite colour is ((colour)).',
'Hi, Im trying out U.S. Notify. Today is ((day of week)) and my favourite colour is ((colour)).',
service_id,
)
return example_sms_template