Skip to content

Commit

Permalink
Update components/altiria/actions/send-sms/send-sms.mjs
Browse files Browse the repository at this point in the history
Co-authored-by: michelle0927 <[email protected]>
  • Loading branch information
jcortes and michelle0927 authored Sep 13, 2024
1 parent c960a38 commit 8558fd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/altiria/actions/send-sms/send-sms.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default {
msg: {
type: "string",
label: "Message",
description: "Message to send. The list of valid characters and the maximum allowed length is detailed in section 2.4 of the documentation. It cannot be empty (empty string). Mobile web identifiers can be added to generate unique shortened links in the message body. See section 2.5 for more details on mobile webs.",
description: "Message to send. The list of valid characters and the maximum allowed length is detailed in section 2.4 of the [documentation](https://static.altiria.com/especificaciones/altiria_push_rest.pdf). It cannot be empty (empty string). Mobile web identifiers can be added to generate unique shortened links in the message body. See section 2.5 for more details on mobile webs.",
},
},
methods: {
Expand Down

0 comments on commit 8558fd0

Please sign in to comment.