@capillarytech/creatives-library 8.0.196 → 8.0.198
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -530,6 +530,14 @@ export default defineMessages({
|
|
|
530
530
|
id: `${scope}.rcsDltIllustrationDesc`,
|
|
531
531
|
defaultMessage: 'Please try creating a new DLT template in SMS section, once it is created, it will be available here',
|
|
532
532
|
},
|
|
533
|
+
"noApprovedRcsTemplatesTitle": {
|
|
534
|
+
id: `${scope}.noApprovedRcsTemplatesTitle`,
|
|
535
|
+
defaultMessage: 'Sorry, we couldn\'t find any approved RCS templates',
|
|
536
|
+
},
|
|
537
|
+
"noApprovedRcsTemplatesDesc": {
|
|
538
|
+
id: `${scope}.noApprovedRcsTemplatesDesc`,
|
|
539
|
+
defaultMessage: 'Please try creating a new RCS template, once it is approved it will be available here',
|
|
540
|
+
},
|
|
533
541
|
"copyOf": {
|
|
534
542
|
id: `${scope}.copyOf`,
|
|
535
543
|
defaultMessage: 'Copy of',
|