You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
instructions: "The number sending the SMS message"|t,
21
+
instructions: "The number sending the SMS message. This is a verified number in your Twilio account or a short code number."|t,
22
22
id: 'twilio_from_number',
23
23
name: 'settings[serviceSettings][twilio][from]',
24
24
value: settings.from
25
25
}) }}
26
26
27
27
{{ forms.textField({
28
28
label: "To Number"|t,
29
-
instructions: "The number receiving the SMS message"|t,
29
+
instructions: "The number receiving the SMS message. For more informatiom on formatting, vist the <ahref=\"https://www.twilio.com/docs/api/rest/sending-sms\">Twilio API reference</a>."|t,
0 commit comments