diff --git a/awx/ui/client/src/notifications/notificationTemplates.form.js b/awx/ui/client/src/notifications/notificationTemplates.form.js index 0a4b2d5499..4b8038023d 100644 --- a/awx/ui/client/src/notifications/notificationTemplates.form.js +++ b/awx/ui/client/src/notifications/notificationTemplates.form.js @@ -185,6 +185,8 @@ export default function() { from_number: { label: 'Source Phone Number', type: 'text', + awPopOver: '
Number associated with the "Messaging Service" in Twilio.
'+ + 'This must be of the form +18005550199.
Type an option on each line.
'+ - 'For example:
alias1@email.com
\n alias2@email.com
\n',
- dataTitle: 'Destination Channels',
+ '
For example:+12125552368
\n+19105556162
\n',
+ dataTitle: 'Destination SMS Number',
dataPlacement: 'right',
dataContainer: "body",
awRequiredWhen: {