Skip to content
This repository was archived by the owner on Aug 15, 2024. It is now read-only.

Commit cde05d2

Browse files
authored
Update create-location-template.cs
1 parent 740dbd2 commit cde05d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

messaging/content-templates/create-location-template/create-location-template.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
var contentCreateRequest = new ContentCreateRequest.Builder();
2626
contentCreateRequest.WithTypes(types.Build());
2727
contentCreateRequest.WithLanguage("en");
28-
contentCreateRequest.WithFriendlyName("location");
28+
contentCreateRequest.WithFriendlyName("owl_air_location");
2929

3030
// create the twilio template
3131
var contentTemplate = await CreateAsync(contentCreateRequest.Build());

0 commit comments

Comments
 (0)