Skip to content

Commit 8558fd0

Browse files
Update components/altiria/actions/send-sms/send-sms.mjs
Co-authored-by: michelle0927 <[email protected]>
1 parent c960a38 commit 8558fd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/altiria/actions/send-sms/send-sms.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export default {
1616
msg: {
1717
type: "string",
1818
label: "Message",
19-
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.",
19+
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.",
2020
},
2121
},
2222
methods: {

0 commit comments

Comments
 (0)