Skip to content

Commit 1721a06

Browse files
committed
Update phone.go
1 parent 0378018 commit 1721a06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ts/pulumi/zemn.me/api/server/phone.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ func (Server) getPhoneInit(w http.ResponseWriter, r *http.Request) (err error) {
111111
gather.CreateAttr("actionOnEmptyResult", "true")
112112
gather.CreateElement("Say").SetText(
113113
salutation +
114-
"Enter entry code followed by hash key now, or hold.",
114+
"Enter entry code now, or hold.",
115115
)
116116

117117
twiML, err := twiml.ToXML(doc)

0 commit comments

Comments
 (0)