@capillarytech/creatives-library 7.14.41 → 7.15.3

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.
Files changed (51) hide show
  1. package/containers/Cap/tests/__snapshots__/index.test.js.snap +4 -193
  2. package/containers/LanguageProvider/index.js +0 -2
  3. package/containers/LanguageProvider/tests/index.test.js +0 -1
  4. package/i18n.js +8 -11
  5. package/package.json +1 -1
  6. package/reducers.js +0 -2
  7. package/services/api.js +1 -9
  8. package/translations/en.json +4 -192
  9. package/translations/zh.json +3 -191
  10. package/v2Components/CapActionButton/index.js +0 -1
  11. package/v2Components/CapVideoUpload/index.scss +5 -0
  12. package/v2Components/FormBuilder/index.js +4 -28
  13. package/v2Containers/Assets/Gallery/index.js +1 -1
  14. package/v2Containers/Cap/tests/__snapshots__/index.test.js.snap +4 -193
  15. package/v2Containers/CreativesContainer/constants.js +0 -2
  16. package/v2Containers/CreativesContainer/index.js +2 -2
  17. package/v2Containers/CreativesContainer/selectors.js +2 -2
  18. package/v2Containers/CreativesContainer/tests/__snapshots__/index.test.js.snap +0 -8
  19. package/v2Containers/CreativesContainer/tests/index.test.js +0 -28
  20. package/v2Containers/Line/Container/ImageCarousel/tests/__snapshots__/content.test.js.snap +12 -582
  21. package/v2Containers/Line/Container/ImageCarousel/tests/__snapshots__/index.test.js.snap +8 -386
  22. package/v2Containers/Line/Container/Text/index.js +2 -3
  23. package/v2Containers/Line/Container/Wrapper/tests/__snapshots__/index.test.js.snap +68 -3285
  24. package/v2Containers/Line/Container/index.js +1 -1
  25. package/v2Containers/Line/Container/tests/__snapshots__/index.test.js.snap +72 -3474
  26. package/v2Containers/Rcs/index.js +0 -3
  27. package/v2Containers/Rcs/messages.js +1 -1
  28. package/v2Containers/Rcs/tests/__snapshots__/index.test.js.snap +253 -9383
  29. package/v2Containers/Sms/Create/actions.js +0 -9
  30. package/v2Containers/Sms/Create/constants.js +0 -2
  31. package/v2Containers/Sms/Create/index.js +0 -12
  32. package/v2Containers/Sms/Create/sagas.js +3 -19
  33. package/v2Containers/SmsTrai/Create/tests/__snapshots__/index.test.js.snap +16 -772
  34. package/v2Containers/SmsTrai/Edit/tests/__snapshots__/index.test.js.snap +32 -1544
  35. package/v2Containers/Templates/index.js +3 -2
  36. package/v2Containers/Templates/messages.js +2 -2
  37. package/v2Containers/Templates/tests/__snapshots__/index.test.js.snap +0 -16
  38. package/v2Containers/TemplatesV2/index.js +1 -1
  39. package/v2Containers/Viber/index.js +0 -1
  40. package/v2Containers/Whatsapp/index.js +1 -0
  41. package/v2Containers/Whatsapp/messages.js +1 -1
  42. package/v2Containers/Whatsapp/tests/__snapshots__/index.test.js.snap +284 -13755
  43. package/v2Containers/mockdata.js +0 -128
  44. package/tests/integration/TemplateCreation/TemplateCreation.integration.test.js +0 -420
  45. package/tests/integration/TemplateCreation/api-response.js +0 -1663
  46. package/tests/integration/TemplateCreation/helper.js +0 -23
  47. package/tests/integration/TemplateCreation/mocks/initialState.js +0 -428
  48. package/tests/integration/TemplateCreation/msw-handler.js +0 -48
  49. package/translations/ja-JP.json +0 -2013
  50. package/v2Containers/Sms/Create/tests/sagas.test.js +0 -82
  51. package/v2Containers/SmsTrai/Create/tests/selectors.test.js +0 -10
@@ -3,19 +3,15 @@
3
3
  "app.components.CapVideoUpload.fileFormat": "Format: MP4",
4
4
  "app.components.CapVideoUpload.imageReUpload": "Re upload",
5
5
  "app.components.CapVideoUpload.or": "OR",
6
- "app.components.CapVideoUpload.selectFromComputer": "Select from computer",
7
6
  "app.components.CapVideoUpload.textMessageAddLabel": "How do you want to upload the image?",
8
7
  "app.components.CapVideoUpload.textMessageCreateNew": "Create new",
9
8
  "app.components.CapVideoUpload.textMessageORLabel": "OR",
10
9
  "app.components.CapVideoUpload.textMessageSelectTemplate": "Select template",
10
+ "app.components.CapVideoUpload.uploadComputer": "Your computer",
11
11
  "app.components.CapVideoUpload.videoIncorrectSize": "This file format/size is not supported.",
12
12
  "app.components.CapVideoUpload.videoRatioDescription": "Video ratio: 9:16 to 16:9",
13
13
  "app.components.CapVideoUpload.videoSizeDescription": "File size: Up to {size}",
14
- "app.components.CapVideoUpload.whatsappErrorMessage": "Please upload the video with allowed file extension, size, dimension and aspect ratio",
15
- "app.components.CapVideoUpload.whatsappFileFormat": "Format: MP4",
16
14
  "app.components.TemplatePreview.includesOptoutTag": "Includes optout tag",
17
- "app.components.TemplatePreview.optoutCharactersTotal": "Includes optout tag ({optoutUrlLength} characters)",
18
- "app.components.TemplatePreview.whatsappMessageLength": "1 Message ({length} characters)",
19
15
  "app.v2containers.SmsTrai.Create.deferEdit": "It is highly recommended to use a file directly downloaded from the DLT portal. Editing the file may cause data to truncate unexpectedly.",
20
16
  "app.v2containers.SmsTrai.Create.doneButtonLabel": "Done",
21
17
  "app.v2containers.SmsTrai.Create.downloadIssues": "Download issues",
@@ -144,28 +140,18 @@
144
140
  "creatives.componentsV2.CapActionButton.templateButtonLinkPlaceholder": "Enter button link",
145
141
  "creatives.componentsV2.CapActionButton.templateButtonText": "Button text",
146
142
  "creatives.componentsV2.CapActionButton.templateButtonTextPlaceholder": "Enter button text",
147
- "creatives.componentsV2.CapDocumentUpload.docErrorDesc": "Please upload the document with allowed file extension and size",
148
- "creatives.componentsV2.CapDocumentUpload.docReUpload": "Reupload",
149
- "creatives.componentsV2.CapDocumentUpload.dragAndDrop": "Drag and drop document here",
150
- "creatives.componentsV2.CapDocumentUpload.format": "Format: {format}",
151
- "creatives.componentsV2.CapDocumentUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
152
- "creatives.componentsV2.CapDocumentUpload.or": "OR",
153
- "creatives.componentsV2.CapDocumentUpload.uploadComputer": "Select from computer",
154
- "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size upto: {size}",
155
143
  "creatives.componentsV2.CapImageUpload.aspectRatio": "Aspect ratio: 1:1",
156
144
  "creatives.componentsV2.CapImageUpload.dragAndDrop": "Drag and drop image here",
157
145
  "creatives.componentsV2.CapImageUpload.format": "Format: JPEG, JPG, PNG",
158
146
  "creatives.componentsV2.CapImageUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
159
- "creatives.componentsV2.CapImageUpload.imageErrorDesc": "Please upload the image with allowed file extension, size, dimension and aspect ratio",
160
147
  "creatives.componentsV2.CapImageUpload.imageGallery": "Gallery",
148
+ "creatives.componentsV2.CapImageUpload.imageIncorrectSize": "Please upload the image with correct type, size and dimension",
161
149
  "creatives.componentsV2.CapImageUpload.imageReUpload": "Reupload",
162
150
  "creatives.componentsV2.CapImageUpload.imageSize": "Size upto: 2MB",
163
151
  "creatives.componentsV2.CapImageUpload.or": "OR",
164
152
  "creatives.componentsV2.CapImageUpload.uploadComputer": "Select from computer",
165
153
  "creatives.componentsV2.CapImageUpload.uploadGallery": "Gallery",
166
154
  "creatives.componentsV2.CapImageUpload.uploadImageDescription": "The relevant image that complements the message context.",
167
- "creatives.componentsV2.CapImageUpload.whatsappAspectRatio": "Max aspect ratio: 1.91:1",
168
- "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size upto: 5MB",
169
155
  "creatives.componentsV2.CapTagList.Cancel": "Cancel",
170
156
  "creatives.componentsV2.CapTagList.Ok": "Ok",
171
157
  "creatives.componentsV2.CapTagList.all": "All",
@@ -251,21 +237,8 @@
251
237
  "creatives.componentsV2.SmsTest.header": "This is the SmsTest component !",
252
238
  "creatives.componentsV2.SmsTest.inputSmsTemplate": "Please input sms template content.",
253
239
  "creatives.componentsV2.SmsTest.inputTemplateName": "Please input template name.",
254
- "creatives.componentsV2.TemplatePreview.charactersPerSms": "SMS chars",
255
- "creatives.componentsV2.TemplatePreview.charactersTotal": "{smsCount} SMS ({charCount} characters)",
256
- "creatives.componentsV2.TemplatePreview.close": "close",
257
240
  "creatives.componentsV2.TemplatePreview.playVideo": "Play",
258
- "creatives.componentsV2.TemplatePreview.preview": "Preview",
259
- "creatives.componentsV2.TemplatePreview.previewGenerated": "Preview is being generated",
260
- "creatives.componentsV2.TemplatePreview.previewGenerationMessage": "Preview is being generated",
261
241
  "creatives.componentsV2.TemplatePreview.showDetails": "Show details",
262
- "creatives.componentsV2.TemplatePreview.sms": "SMS",
263
- "creatives.componentsV2.TemplatePreview.smsFormatType": "Message has unicode characters",
264
- "creatives.componentsV2.TemplatePreview.smsIcon": "Sms Icon",
265
- "creatives.componentsV2.TemplatePreview.testMessage": "Test Message",
266
- "creatives.componentsV2.TemplatePreview.textMessageCharacter": "characters",
267
- "creatives.componentsV2.TemplatePreview.textMessageLabel": "text msg-",
268
- "creatives.componentsV2.TemplatePreview.videoPreviewTooltip": "This is just for preview purposes, video cannot be played here",
269
242
  "creatives.componentsV2.Toastr.header": "This is the Toastr component !",
270
243
  "creatives.componentsV2.ToastrMessage.close": "This is the ToastrMessage component !",
271
244
  "creatives.componentsV2.ToastrMessage.header": "This is the ToastrMessage component !",
@@ -276,7 +249,6 @@
276
249
  "creatives.componentsV2.TopBar.logout": "Logout",
277
250
  "creatives.componentsV2.TopBar.profile": "Profile",
278
251
  "creatives.componentsV2.TopBar.settings": "Settings",
279
- "creatives.componentsV2.unbalanacedCurlyBraces": "Invalid label, please close all curly braces",
280
252
  "creatives.componentsv2.MobilePushPreviewV2.header": "This is the MobilePushPreviewV2 component !",
281
253
  "creatives.containers.Assets.Gallery.alphabetically": "Alphabetically",
282
254
  "creatives.containers.Assets.Gallery.assetDeleteFailed": "Image deletion failed.",
@@ -1015,7 +987,6 @@
1015
987
  "creatives.containersV2.Creatives.templateDeleteConfirm": "Are you sure you want to delete this template?",
1016
988
  "creatives.containersV2.Creatives.templateDeleteSuccess": "SMS template deleted successfully",
1017
989
  "creatives.containersV2.Creatives.templateDuplicateSuccess": "Template duplicated successfully",
1018
- "creatives.containersV2.Creatives.templateNameEmpty": "Template name cannot be empty",
1019
990
  "creatives.containersV2.Creatives.templateSelection": "Template selection",
1020
991
  "creatives.containersV2.Creatives.textTemplate": "Text",
1021
992
  "creatives.containersV2.Creatives.unMapButton": "Unmap",
@@ -1153,7 +1124,6 @@
1153
1124
  "creatives.containersV2.Email.yes": "Yes",
1154
1125
  "creatives.containersV2.EmailWrapper.createMode": "How do you want to create ?",
1155
1126
  "creatives.containersV2.EmailWrapper.creativeName": "Creative name",
1156
- "creatives.containersV2.EmailWrapper.emptyTemplateName": "Please enter template name.",
1157
1127
  "creatives.containersV2.EmailWrapper.header": "This is EmailWrapper container !",
1158
1128
  "creatives.containersV2.EmailWrapper.invalidUploadFileDesc": "Please select another file with valid file format.",
1159
1129
  "creatives.containersV2.EmailWrapper.invalidUploadFileError": "File cannot be uploaded.",
@@ -1315,8 +1285,7 @@
1315
1285
  "creatives.containersV2.LineImageCarousel.emptyTitleErrorMessage": "Template title can not be empty",
1316
1286
  "creatives.containersV2.LineImageCarousel.enterTextActionTypeTitle": "Enter text",
1317
1287
  "creatives.containersV2.LineImageCarousel.enterUriActionTypeTitle": "Enter url",
1318
- "creatives.containersV2.LineImageCarousel.imageDimenstionDesc": "Format: JPEG, PNG Dimensions: 1024px x 1024px Size: 1 MB",
1319
- "creatives.containersV2.LineImageCarousel.imageDimenstionDescription": "Format: JPEG, PNG Aspect ratio: 1:1 Dimensions: 1024px x 1024px Size: 1 MB",
1288
+ "creatives.containersV2.LineImageCarousel.imageDimenstionDescription": "Format: JPEG, PNG Aspect Ratio: 1:1 Dimensions: 1024px x 1024px Size: 1 MB",
1320
1289
  "creatives.containersV2.LineImageCarousel.imageGallery": "Gallery",
1321
1290
  "creatives.containersV2.LineImageCarousel.imageReUpload": "Re upload",
1322
1291
  "creatives.containersV2.LineImageCarousel.inValidUrliErrorMessage": "Action content uri is not valid",
@@ -1432,12 +1401,12 @@
1432
1401
  "creatives.containersV2.LineWrapper.changeModalDescription": "The already added content for this card will be lost by changing the content tab.",
1433
1402
  "creatives.containersV2.LineWrapper.changeModalLabel": "Do you still want to make the changes to content tab",
1434
1403
  "creatives.containersV2.LineWrapper.changeModalTitle": "Changing content tab?",
1435
- "creatives.containersV2.LineWrapper.flexLabel": "Card message",
1436
1404
  "creatives.containersV2.LineWrapper.imageLabel": "Image",
1437
1405
  "creatives.containersV2.LineWrapper.imagemapLabel": "Rich message",
1438
1406
  "creatives.containersV2.LineWrapper.modalDiscardChangesButtonLabel": "No",
1439
1407
  "creatives.containersV2.LineWrapper.modalSaveChangesButtonLabel": "Yes, change",
1440
1408
  "creatives.containersV2.LineWrapper.stickerLabel": "Sticker",
1409
+ "creatives.containersV2.LineWrapper.templateLabel": "Card message",
1441
1410
  "creatives.containersV2.LineWrapper.textLabel": "Text",
1442
1411
  "creatives.containersV2.LineWrapper.videoLabel": "Rich video message",
1443
1412
  "creatives.containersV2.Login.header": "This is login container change !",
@@ -1592,161 +1561,7 @@
1592
1561
  "creatives.containersV2.MobilepushWrapper.image": "Image content",
1593
1562
  "creatives.containersV2.MobilepushWrapper.text": "Text content",
1594
1563
  "creatives.containersV2.NotFoundPage.header": "Looks like you are lost!",
1595
- "creatives.containersV2.Rcs.addSmsCreative": "Add SMS creative",
1596
- "creatives.containersV2.Rcs.buttonTextAndUrl": ", CTA button text & url",
1597
- "creatives.containersV2.Rcs.disabledMediaTooltip": "Not yet enabled. Coming soon!",
1598
- "creatives.containersV2.Rcs.dltEditHeader": "Edit SMS",
1599
- "creatives.containersV2.Rcs.emptyTemplateDescErrorMessage": "Template message cannot be empty",
1600
- "creatives.containersV2.Rcs.fallbackDesc": "We would suggest to add fallback SMS",
1601
- "creatives.containersV2.Rcs.fallbackLabel": "Fallback SMS message",
1602
- "creatives.containersV2.Rcs.fallbackMsgLenError": "Only 1 SMS (160 characters) allowed for fallback sms",
1603
- "creatives.containersV2.Rcs.fallbackMsgPlaceholder": "Enter the text message content for fallback SMS",
1604
- "creatives.containersV2.Rcs.fallbackPreviewtitle": "Preview of fallback SMS",
1605
- "creatives.containersV2.Rcs.fallbackTextAreaLabel": "SMS message",
1606
- "creatives.containersV2.Rcs.fallbackToolTip": "This is to deliver an RCS message as an SMS message to end users whose phones do not support RCS",
1607
- "creatives.containersV2.Rcs.image": "and image",
1608
- "creatives.containersV2.Rcs.mediaImage": "Image",
1609
- "creatives.containersV2.Rcs.mediaLabel": "Media",
1610
- "creatives.containersV2.Rcs.mediaNone": "None",
1611
- "creatives.containersV2.Rcs.mediaVideo": "Video/Slideshow",
1612
- "creatives.containersV2.Rcs.optional": "(Optional)",
1613
- "creatives.containersV2.Rcs.rcsCreateNotification": "RCS template created successfully",
1614
- "creatives.containersV2.Rcs.rcsDltDesc": "Select any of the existing templates",
1615
- "creatives.containersV2.Rcs.rcsDltTitle": "SMS creative templates",
1616
- "creatives.containersV2.Rcs.rcsDoneBtnToolTip": "Please add template name {type} to proceed further",
1617
- "creatives.containersV2.Rcs.rcsEditNotification": "RCS template updated successfully",
1618
- "creatives.containersV2.Rcs.templateButton": "Buttons",
1619
- "creatives.containersV2.Rcs.templateButtonDesc": "Use buttons to redirect user to respective link or quick response/ action.",
1620
- "creatives.containersV2.Rcs.templateCTAButton": "Call to action",
1621
- "creatives.containersV2.Rcs.templateCTAButtonDesc": "Create up to 3 buttons that let customers respond to your messages or take action.",
1622
- "creatives.containersV2.Rcs.templateDescLabel": "Text message",
1623
- "creatives.containersV2.Rcs.templateDescLengthError": "Template message length cannot exceed 1000",
1624
- "creatives.containersV2.Rcs.templateDescPlaceholder": "Enter the text message",
1625
- "creatives.containersV2.Rcs.templateQRButton": "Quick reply",
1626
- "creatives.containersV2.Rcs.templateQRButtonDesc": "Create up to 3 buttons that let customers respond to your messages or take action.",
1627
- "creatives.containersV2.Rcs.templateTitle": "Title",
1628
- "creatives.containersV2.Rcs.templateTitlePlaceholder": "Enter title",
1629
- "creatives.containersV2.Rcs.textMessage": "and text message",
1630
- "creatives.containersV2.Rcs.totalCharacters": "{smsCount} SMS ({number} characters)",
1631
1564
  "creatives.containersV2.TagList.header": "This is TagList container !",
1632
- "creatives.containersV2.Templates.accountConfigError": "This account is not configured properly. You can configure it",
1633
- "creatives.containersV2.Templates.all": "All",
1634
- "creatives.containersV2.Templates.alphabeticallyOption": "Alphabetically",
1635
- "creatives.containersV2.Templates.areYouSureText": "Confirm delete template",
1636
- "creatives.containersV2.Templates.blankTemplate": "Blank template",
1637
- "creatives.containersV2.Templates.campaigns": "Campaigns",
1638
- "creatives.containersV2.Templates.cancelText": "Cancel",
1639
- "creatives.containersV2.Templates.category": "Category",
1640
- "creatives.containersV2.Templates.chooseAccount": "Choose the account to send content",
1641
- "creatives.containersV2.Templates.clearAll": "Clear all",
1642
- "creatives.containersV2.Templates.continue": "Continue",
1643
- "creatives.containersV2.Templates.createEmailActionButton": "Create email",
1644
- "creatives.containersV2.Templates.createMessageContent": "New message",
1645
- "creatives.containersV2.Templates.createNewActionButton": "Create new",
1646
- "creatives.containersV2.Templates.createNewTemplateLink": "Create new template",
1647
- "creatives.containersV2.Templates.createSmsActionButton": "Create SMS",
1648
- "creatives.containersV2.Templates.creativeTemplates": "Creative templates",
1649
- "creatives.containersV2.Templates.creativeTemplatesDesc": "(Select only one creative)",
1650
- "creatives.containersV2.Templates.creatives": "Creatives",
1651
- "creatives.containersV2.Templates.creativesTemplatesEdit": "Edit",
1652
- "creatives.containersV2.Templates.creativesTemplatesSave": "Done",
1653
- "creatives.containersV2.Templates.deleteButton": "Delete",
1654
- "creatives.containersV2.Templates.deletedSuccssfully": "Template deleted successfully",
1655
- "creatives.containersV2.Templates.deletingTemplate": "Deleting template...",
1656
- "creatives.containersV2.Templates.deletionFailed": "Template deletion failed",
1657
- "creatives.containersV2.Templates.duplicateButton": "Duplicate",
1658
- "creatives.containersV2.Templates.duplicatingTemplate": "Duplicating template...",
1659
- "creatives.containersV2.Templates.ebillHeader": "Ebill",
1660
- "creatives.containersV2.Templates.ebillPreview": "Ebill preview",
1661
- "creatives.containersV2.Templates.editButton": "Edit",
1662
- "creatives.containersV2.Templates.editMessageContent": "Edit message content",
1663
- "creatives.containersV2.Templates.emailHeader": "Email",
1664
- "creatives.containersV2.Templates.emailPreview": "Email preview",
1665
- "creatives.containersV2.Templates.emailTitleIllustartion": "Create an email {template}",
1666
- "creatives.containersV2.Templates.gettingAllTemplates": "Getting all templates...",
1667
- "creatives.containersV2.Templates.header": "This is Templates container !",
1668
- "creatives.containersV2.Templates.imageCarouselTemplate": "Card message",
1669
- "creatives.containersV2.Templates.imageMapTemplate": "Rich message",
1670
- "creatives.containersV2.Templates.imageMapVideoTemplate": "Rich video message",
1671
- "creatives.containersV2.Templates.imageTemplate": "Image",
1672
- "creatives.containersV2.Templates.invalidUploadFileError": "File cannot be uploaded. Please select another file with valid file format.",
1673
- "creatives.containersV2.Templates.layoutSelection": "Select layout",
1674
- "creatives.containersV2.Templates.lineAccount": "Line account",
1675
- "creatives.containersV2.Templates.lineHeader": "Line",
1676
- "creatives.containersV2.Templates.mapTemplate": "Map template",
1677
- "creatives.containersV2.Templates.mapTemplates": "Map templates",
1678
- "creatives.containersV2.Templates.mobilepushAccount": "Mobilepush account",
1679
- "creatives.containersV2.Templates.mobilepushHeader": "Mobile Push",
1680
- "creatives.containersV2.Templates.mostRecentOption": "Most recent",
1681
- "creatives.containersV2.Templates.newEmailTemplate": "New email {template}",
1682
- "creatives.containersV2.Templates.newNotificationTemplate": "New notification {template}",
1683
- "creatives.containersV2.Templates.newRCSTemplate": "New RCS {template}",
1684
- "creatives.containersV2.Templates.newSMSTemplate": "New SMS {template}",
1685
- "creatives.containersV2.Templates.newTemplate": "New template",
1686
- "creatives.containersV2.Templates.newWhatsappTemplate": "Add new Whatsapp {template}",
1687
- "creatives.containersV2.Templates.noAccountMessage": "Please select an account to proceed",
1688
- "creatives.containersV2.Templates.noAccountsPresent": "Push notifications are not setup for your brand",
1689
- "creatives.containersV2.Templates.noAccountsPresentFacebook": "Please setup the Facebook account & Facebook page to start creating content in Capillary's FB content creator.",
1690
- "creatives.containersV2.Templates.noAccountsPresentLine": "Line accounts are not setup for your brand",
1691
- "creatives.containersV2.Templates.noAccountsPresentViber": "Viber accounts are not setup for your brand",
1692
- "creatives.containersV2.Templates.noAccountsPresentWeChat": "Wechat accounts are not setup for your brand",
1693
- "creatives.containersV2.Templates.noAccountsPresentWhatsapp": "Whatsapp accounts are not setup for your brand",
1694
- "creatives.containersV2.Templates.noApprovedWhatsappTemplatesDesc": "Please try creating a new template, once it is approved by Whatsapp it will be available here",
1695
- "creatives.containersV2.Templates.noApprovedWhatsappTemplatesTitle": "Sorry, we couldn’t find any approved templates",
1696
- "creatives.containersV2.Templates.noFilteredWhatsappTemplatesDesc": "Please try searching with another term or apply different filter",
1697
- "creatives.containersV2.Templates.noFilteredWhatsappTemplatesTitle": "Sorry, we couldn’t find any matches",
1698
- "creatives.containersV2.Templates.noTemplatesFound": "No templates found",
1699
- "creatives.containersV2.Templates.noTemplatesMessage": "No templates available",
1700
- "creatives.containersV2.Templates.preview": "Preview",
1701
- "creatives.containersV2.Templates.previewButton": "Preview",
1702
- "creatives.containersV2.Templates.previewGenerateText": "Preview is being generated...",
1703
- "creatives.containersV2.Templates.promotional": "Promotional",
1704
- "creatives.containersV2.Templates.pushTitleIllustartion": "Create a mobile push notification {template}",
1705
- "creatives.containersV2.Templates.rcsDescIllustartion": "These templates can be reused when creating a new message content",
1706
- "creatives.containersV2.Templates.rcsDltIllustrationDesc": "Please try creating a new DLT template in SMS section, once it is created, it will be available here",
1707
- "creatives.containersV2.Templates.rcsDltIllustrationTitle": "Sorry, we couldn’t find any DLT templates",
1708
- "creatives.containersV2.Templates.rcsTitleIllustartion": "Add new RCS creatives {template}",
1709
- "creatives.containersV2.Templates.richMediaTemplates": "Rich media templates",
1710
- "creatives.containersV2.Templates.searchText": "Search",
1711
- "creatives.containersV2.Templates.selectAccount": "Select account",
1712
- "creatives.containersV2.Templates.selectButton": "Select",
1713
- "creatives.containersV2.Templates.selectDefaultButton": "Select",
1714
- "creatives.containersV2.Templates.selectSmsHeader": "Select SMS template",
1715
- "creatives.containersV2.Templates.selectWechatHeader": "Select WECHAT template",
1716
- "creatives.containersV2.Templates.serviceExplicit": "Service explicit",
1717
- "creatives.containersV2.Templates.serviceImplicit": "Service implicit",
1718
- "creatives.containersV2.Templates.smsChannelTemplatesHeader": "SMS templates",
1719
- "creatives.containersV2.Templates.smsHeader": "SMS",
1720
- "creatives.containersV2.Templates.smsTitleIllustartion": "Create an SMS {template}",
1721
- "creatives.containersV2.Templates.somethingWentWrong": "Something went wrong!!",
1722
- "creatives.containersV2.Templates.sortBy": "Sort by",
1723
- "creatives.containersV2.Templates.status": "Status",
1724
- "creatives.containersV2.Templates.template": "template",
1725
- "creatives.containersV2.Templates.templateDeleteConfirm": "Are you sure you wish to delete this template?",
1726
- "creatives.containersV2.Templates.templateDeleteSuccess": "SMS template deleted successfully",
1727
- "creatives.containersV2.Templates.templateDuplicateSuccess": "Template duplicated successfully",
1728
- "creatives.containersV2.Templates.templateSelection": "Template selection",
1729
- "creatives.containersV2.Templates.textTemplate": "Text",
1730
- "creatives.containersV2.Templates.unMapButton": "Unmap",
1731
- "creatives.containersV2.Templates.uploadFile": "Upload file",
1732
- "creatives.containersV2.Templates.uploadTemplate": "Upload template",
1733
- "creatives.containersV2.Templates.uploadedAt": "Modified",
1734
- "creatives.containersV2.Templates.uploadedBy": "Uploaded by",
1735
- "creatives.containersV2.Templates.uploadingFile": "Uploading file",
1736
- "creatives.containersV2.Templates.useEditor": "Use editor",
1737
- "creatives.containersV2.Templates.weChatRichmediaTemplate": "Richmedia template",
1738
- "creatives.containersV2.Templates.wechatAccount": "Wechat account",
1739
- "creatives.containersV2.Templates.wechatAccountNotConfigured": "Selected wechat account is not configured to create wechat templates",
1740
- "creatives.containersV2.Templates.wechatChannelTemplatesHeader": "WECHAT templates",
1741
- "creatives.containersV2.Templates.wechatHeader": "WECHAT",
1742
- "creatives.containersV2.Templates.whatsappAccount": "Whatsapp account",
1743
- "creatives.containersV2.Templates.whatsappDescIllustration": "These templates can be reused when creating a\nnew message content.",
1744
- "creatives.containersV2.Templates.whatsappMaxTemplates": "WhatsApp allows {maxCount} approved templates. To accommodate new approved templates either delete the existing one or reach out to Capillary POC to increase the limit.",
1745
- "creatives.containersV2.Templates.whatsappOnlyApprovedTemplates": "Only \"Approved\" templates are available here, as you can use those templates to create a message.",
1746
- "creatives.containersV2.Templates.whatsappOverview": "Overview",
1747
- "creatives.containersV2.Templates.whatsappTitleIllustration": "Add a new Whatsapp creative {template}",
1748
- "creatives.containersV2.Templates.yesText": "Yes, delete",
1749
- "creatives.containersV2.Templates.zipUploadFailed": "Failed to upload zip file",
1750
1565
  "creatives.containersV2.TemplatesV2.FTP": "FTP",
1751
1566
  "creatives.containersV2.TemplatesV2.callTask": "Call Task",
1752
1567
  "creatives.containersV2.TemplatesV2.creatives": "Creatives",
@@ -1815,8 +1630,6 @@
1815
1630
  "creatives.containersV2.Whatsapp.alertUpdate": "Alert update",
1816
1631
  "creatives.containersV2.Whatsapp.alertUpdateTooltip": "Send important updates or news to customers.",
1817
1632
  "creatives.containersV2.Whatsapp.approved": "Approved",
1818
- "creatives.containersV2.Whatsapp.transactional": "Transactional",
1819
- "creatives.containersV2.Whatsapp.transactionalTooltip": "Send account updates, order updates, alerts, and more to share important information.",
1820
1633
  "creatives.containersV2.addLabels": "Add labels",
1821
1634
  "creatives.containersV2.appName": "App Name",
1822
1635
  "creatives.containersV2.applyNow": "Apply now",
@@ -1909,7 +1722,6 @@
1909
1722
  "creatives.containersV2.richMedia.Create.wechatTitle": "Title",
1910
1723
  "creatives.containersV2.richMedia.Create.wrongFormatFile": "Wrong file upoaded. Please upload image file",
1911
1724
  "creatives.containersV2.richMedia.Create.wrongUrl": "Enter correct URL",
1912
- "creatives.containersV2.save": "Save",
1913
1725
  "creatives.containersV2.shopNow": "Shop Now",
1914
1726
  "creatives.containersV2.signUp": "Sign Up",
1915
1727
  "creatives.containersV2.subscribe": "Subscribe",
@@ -3,19 +3,15 @@
3
3
  "app.components.CapVideoUpload.fileFormat": "",
4
4
  "app.components.CapVideoUpload.imageReUpload": "",
5
5
  "app.components.CapVideoUpload.or": "",
6
- "app.components.CapVideoUpload.selectFromComputer": "",
7
6
  "app.components.CapVideoUpload.textMessageAddLabel": "",
8
7
  "app.components.CapVideoUpload.textMessageCreateNew": "",
9
8
  "app.components.CapVideoUpload.textMessageORLabel": "",
10
9
  "app.components.CapVideoUpload.textMessageSelectTemplate": "",
10
+ "app.components.CapVideoUpload.uploadComputer": "",
11
11
  "app.components.CapVideoUpload.videoIncorrectSize": "",
12
12
  "app.components.CapVideoUpload.videoRatioDescription": "",
13
13
  "app.components.CapVideoUpload.videoSizeDescription": "",
14
- "app.components.CapVideoUpload.whatsappErrorMessage": "",
15
- "app.components.CapVideoUpload.whatsappFileFormat": "",
16
14
  "app.components.TemplatePreview.includesOptoutTag": "",
17
- "app.components.TemplatePreview.optoutCharactersTotal": "",
18
- "app.components.TemplatePreview.whatsappMessageLength": "",
19
15
  "app.v2containers.SmsTrai.Create.deferEdit": "",
20
16
  "app.v2containers.SmsTrai.Create.doneButtonLabel": "",
21
17
  "app.v2containers.SmsTrai.Create.downloadIssues": "",
@@ -144,28 +140,18 @@
144
140
  "creatives.componentsV2.CapActionButton.templateButtonLinkPlaceholder": "",
145
141
  "creatives.componentsV2.CapActionButton.templateButtonText": "",
146
142
  "creatives.componentsV2.CapActionButton.templateButtonTextPlaceholder": "",
147
- "creatives.componentsV2.CapDocumentUpload.docErrorDesc": "",
148
- "creatives.componentsV2.CapDocumentUpload.docReUpload": "",
149
- "creatives.componentsV2.CapDocumentUpload.dragAndDrop": "",
150
- "creatives.componentsV2.CapDocumentUpload.format": "",
151
- "creatives.componentsV2.CapDocumentUpload.imageDimenstionDescription": "",
152
- "creatives.componentsV2.CapDocumentUpload.or": "",
153
- "creatives.componentsV2.CapDocumentUpload.uploadComputer": "",
154
- "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "",
155
143
  "creatives.componentsV2.CapImageUpload.aspectRatio": "",
156
144
  "creatives.componentsV2.CapImageUpload.dragAndDrop": "",
157
145
  "creatives.componentsV2.CapImageUpload.format": "",
158
146
  "creatives.componentsV2.CapImageUpload.imageDimenstionDescription": "",
159
- "creatives.componentsV2.CapImageUpload.imageErrorDesc": "",
160
147
  "creatives.componentsV2.CapImageUpload.imageGallery": "",
148
+ "creatives.componentsV2.CapImageUpload.imageIncorrectSize": "",
161
149
  "creatives.componentsV2.CapImageUpload.imageReUpload": "",
162
150
  "creatives.componentsV2.CapImageUpload.imageSize": "",
163
151
  "creatives.componentsV2.CapImageUpload.or": "",
164
152
  "creatives.componentsV2.CapImageUpload.uploadComputer": "",
165
153
  "creatives.componentsV2.CapImageUpload.uploadGallery": "",
166
154
  "creatives.componentsV2.CapImageUpload.uploadImageDescription": "",
167
- "creatives.componentsV2.CapImageUpload.whatsappAspectRatio": "",
168
- "creatives.componentsV2.CapImageUpload.whatsappImageSize": "",
169
155
  "creatives.componentsV2.CapTagList.Cancel": "",
170
156
  "creatives.componentsV2.CapTagList.Ok": "",
171
157
  "creatives.componentsV2.CapTagList.all": "",
@@ -251,21 +237,8 @@
251
237
  "creatives.componentsV2.SmsTest.header": "",
252
238
  "creatives.componentsV2.SmsTest.inputSmsTemplate": "",
253
239
  "creatives.componentsV2.SmsTest.inputTemplateName": "",
254
- "creatives.componentsV2.TemplatePreview.charactersPerSms": "",
255
- "creatives.componentsV2.TemplatePreview.charactersTotal": "",
256
- "creatives.componentsV2.TemplatePreview.close": "",
257
240
  "creatives.componentsV2.TemplatePreview.playVideo": "",
258
- "creatives.componentsV2.TemplatePreview.preview": "",
259
- "creatives.componentsV2.TemplatePreview.previewGenerated": "",
260
- "creatives.componentsV2.TemplatePreview.previewGenerationMessage": "",
261
241
  "creatives.componentsV2.TemplatePreview.showDetails": "",
262
- "creatives.componentsV2.TemplatePreview.sms": "",
263
- "creatives.componentsV2.TemplatePreview.smsFormatType": "",
264
- "creatives.componentsV2.TemplatePreview.smsIcon": "",
265
- "creatives.componentsV2.TemplatePreview.testMessage": "",
266
- "creatives.componentsV2.TemplatePreview.textMessageCharacter": "",
267
- "creatives.componentsV2.TemplatePreview.textMessageLabel": "",
268
- "creatives.componentsV2.TemplatePreview.videoPreviewTooltip": "",
269
242
  "creatives.componentsV2.Toastr.header": "",
270
243
  "creatives.componentsV2.ToastrMessage.close": "",
271
244
  "creatives.componentsV2.ToastrMessage.header": "",
@@ -276,7 +249,6 @@
276
249
  "creatives.componentsV2.TopBar.logout": "",
277
250
  "creatives.componentsV2.TopBar.profile": "",
278
251
  "creatives.componentsV2.TopBar.settings": "",
279
- "creatives.componentsV2.unbalanacedCurlyBraces": "",
280
252
  "creatives.componentsv2.MobilePushPreviewV2.header": "",
281
253
  "creatives.containers.Assets.Gallery.alphabetically": "",
282
254
  "creatives.containers.Assets.Gallery.assetDeleteFailed": "",
@@ -1015,7 +987,6 @@
1015
987
  "creatives.containersV2.Creatives.templateDeleteConfirm": "",
1016
988
  "creatives.containersV2.Creatives.templateDeleteSuccess": "",
1017
989
  "creatives.containersV2.Creatives.templateDuplicateSuccess": "",
1018
- "creatives.containersV2.Creatives.templateNameEmpty": "",
1019
990
  "creatives.containersV2.Creatives.templateSelection": "",
1020
991
  "creatives.containersV2.Creatives.textTemplate": "",
1021
992
  "creatives.containersV2.Creatives.unMapButton": "",
@@ -1153,7 +1124,6 @@
1153
1124
  "creatives.containersV2.Email.yes": "",
1154
1125
  "creatives.containersV2.EmailWrapper.createMode": "",
1155
1126
  "creatives.containersV2.EmailWrapper.creativeName": "",
1156
- "creatives.containersV2.EmailWrapper.emptyTemplateName": "",
1157
1127
  "creatives.containersV2.EmailWrapper.header": "",
1158
1128
  "creatives.containersV2.EmailWrapper.invalidUploadFileDesc": "",
1159
1129
  "creatives.containersV2.EmailWrapper.invalidUploadFileError": "",
@@ -1315,7 +1285,6 @@
1315
1285
  "creatives.containersV2.LineImageCarousel.emptyTitleErrorMessage": "",
1316
1286
  "creatives.containersV2.LineImageCarousel.enterTextActionTypeTitle": "",
1317
1287
  "creatives.containersV2.LineImageCarousel.enterUriActionTypeTitle": "",
1318
- "creatives.containersV2.LineImageCarousel.imageDimenstionDesc": "",
1319
1288
  "creatives.containersV2.LineImageCarousel.imageDimenstionDescription": "",
1320
1289
  "creatives.containersV2.LineImageCarousel.imageGallery": "",
1321
1290
  "creatives.containersV2.LineImageCarousel.imageReUpload": "",
@@ -1432,12 +1401,12 @@
1432
1401
  "creatives.containersV2.LineWrapper.changeModalDescription": "",
1433
1402
  "creatives.containersV2.LineWrapper.changeModalLabel": "",
1434
1403
  "creatives.containersV2.LineWrapper.changeModalTitle": "",
1435
- "creatives.containersV2.LineWrapper.flexLabel": "",
1436
1404
  "creatives.containersV2.LineWrapper.imageLabel": "",
1437
1405
  "creatives.containersV2.LineWrapper.imagemapLabel": "",
1438
1406
  "creatives.containersV2.LineWrapper.modalDiscardChangesButtonLabel": "",
1439
1407
  "creatives.containersV2.LineWrapper.modalSaveChangesButtonLabel": "",
1440
1408
  "creatives.containersV2.LineWrapper.stickerLabel": "",
1409
+ "creatives.containersV2.LineWrapper.templateLabel": "",
1441
1410
  "creatives.containersV2.LineWrapper.textLabel": "",
1442
1411
  "creatives.containersV2.LineWrapper.videoLabel": "",
1443
1412
  "creatives.containersV2.Login.header": "",
@@ -1592,161 +1561,7 @@
1592
1561
  "creatives.containersV2.MobilepushWrapper.image": "",
1593
1562
  "creatives.containersV2.MobilepushWrapper.text": "",
1594
1563
  "creatives.containersV2.NotFoundPage.header": "",
1595
- "creatives.containersV2.Rcs.addSmsCreative": "",
1596
- "creatives.containersV2.Rcs.buttonTextAndUrl": "",
1597
- "creatives.containersV2.Rcs.disabledMediaTooltip": "",
1598
- "creatives.containersV2.Rcs.dltEditHeader": "",
1599
- "creatives.containersV2.Rcs.emptyTemplateDescErrorMessage": "",
1600
- "creatives.containersV2.Rcs.fallbackDesc": "",
1601
- "creatives.containersV2.Rcs.fallbackLabel": "",
1602
- "creatives.containersV2.Rcs.fallbackMsgLenError": "",
1603
- "creatives.containersV2.Rcs.fallbackMsgPlaceholder": "",
1604
- "creatives.containersV2.Rcs.fallbackPreviewtitle": "",
1605
- "creatives.containersV2.Rcs.fallbackTextAreaLabel": "",
1606
- "creatives.containersV2.Rcs.fallbackToolTip": "",
1607
- "creatives.containersV2.Rcs.image": "",
1608
- "creatives.containersV2.Rcs.mediaImage": "",
1609
- "creatives.containersV2.Rcs.mediaLabel": "",
1610
- "creatives.containersV2.Rcs.mediaNone": "",
1611
- "creatives.containersV2.Rcs.mediaVideo": "",
1612
- "creatives.containersV2.Rcs.optional": "",
1613
- "creatives.containersV2.Rcs.rcsCreateNotification": "",
1614
- "creatives.containersV2.Rcs.rcsDltDesc": "",
1615
- "creatives.containersV2.Rcs.rcsDltTitle": "",
1616
- "creatives.containersV2.Rcs.rcsDoneBtnToolTip": "",
1617
- "creatives.containersV2.Rcs.rcsEditNotification": "",
1618
- "creatives.containersV2.Rcs.templateButton": "",
1619
- "creatives.containersV2.Rcs.templateButtonDesc": "",
1620
- "creatives.containersV2.Rcs.templateCTAButton": "",
1621
- "creatives.containersV2.Rcs.templateCTAButtonDesc": "",
1622
- "creatives.containersV2.Rcs.templateDescLabel": "",
1623
- "creatives.containersV2.Rcs.templateDescLengthError": "",
1624
- "creatives.containersV2.Rcs.templateDescPlaceholder": "",
1625
- "creatives.containersV2.Rcs.templateQRButton": "",
1626
- "creatives.containersV2.Rcs.templateQRButtonDesc": "",
1627
- "creatives.containersV2.Rcs.templateTitle": "",
1628
- "creatives.containersV2.Rcs.templateTitlePlaceholder": "",
1629
- "creatives.containersV2.Rcs.textMessage": "",
1630
- "creatives.containersV2.Rcs.totalCharacters": "",
1631
1564
  "creatives.containersV2.TagList.header": "",
1632
- "creatives.containersV2.Templates.accountConfigError": "",
1633
- "creatives.containersV2.Templates.all": "",
1634
- "creatives.containersV2.Templates.alphabeticallyOption": "",
1635
- "creatives.containersV2.Templates.areYouSureText": "",
1636
- "creatives.containersV2.Templates.blankTemplate": "",
1637
- "creatives.containersV2.Templates.campaigns": "",
1638
- "creatives.containersV2.Templates.cancelText": "",
1639
- "creatives.containersV2.Templates.category": "",
1640
- "creatives.containersV2.Templates.chooseAccount": "",
1641
- "creatives.containersV2.Templates.clearAll": "",
1642
- "creatives.containersV2.Templates.continue": "",
1643
- "creatives.containersV2.Templates.createEmailActionButton": "",
1644
- "creatives.containersV2.Templates.createMessageContent": "",
1645
- "creatives.containersV2.Templates.createNewActionButton": "",
1646
- "creatives.containersV2.Templates.createNewTemplateLink": "",
1647
- "creatives.containersV2.Templates.createSmsActionButton": "",
1648
- "creatives.containersV2.Templates.creativeTemplates": "",
1649
- "creatives.containersV2.Templates.creativeTemplatesDesc": "",
1650
- "creatives.containersV2.Templates.creatives": "",
1651
- "creatives.containersV2.Templates.creativesTemplatesEdit": "",
1652
- "creatives.containersV2.Templates.creativesTemplatesSave": "",
1653
- "creatives.containersV2.Templates.deleteButton": "",
1654
- "creatives.containersV2.Templates.deletedSuccssfully": "",
1655
- "creatives.containersV2.Templates.deletingTemplate": "",
1656
- "creatives.containersV2.Templates.deletionFailed": "",
1657
- "creatives.containersV2.Templates.duplicateButton": "",
1658
- "creatives.containersV2.Templates.duplicatingTemplate": "",
1659
- "creatives.containersV2.Templates.ebillHeader": "",
1660
- "creatives.containersV2.Templates.ebillPreview": "",
1661
- "creatives.containersV2.Templates.editButton": "",
1662
- "creatives.containersV2.Templates.editMessageContent": "",
1663
- "creatives.containersV2.Templates.emailHeader": "",
1664
- "creatives.containersV2.Templates.emailPreview": "",
1665
- "creatives.containersV2.Templates.emailTitleIllustartion": "",
1666
- "creatives.containersV2.Templates.gettingAllTemplates": "",
1667
- "creatives.containersV2.Templates.header": "",
1668
- "creatives.containersV2.Templates.imageCarouselTemplate": "",
1669
- "creatives.containersV2.Templates.imageMapTemplate": "",
1670
- "creatives.containersV2.Templates.imageMapVideoTemplate": "",
1671
- "creatives.containersV2.Templates.imageTemplate": "",
1672
- "creatives.containersV2.Templates.invalidUploadFileError": "",
1673
- "creatives.containersV2.Templates.layoutSelection": "",
1674
- "creatives.containersV2.Templates.lineAccount": "",
1675
- "creatives.containersV2.Templates.lineHeader": "",
1676
- "creatives.containersV2.Templates.mapTemplate": "",
1677
- "creatives.containersV2.Templates.mapTemplates": "",
1678
- "creatives.containersV2.Templates.mobilepushAccount": "",
1679
- "creatives.containersV2.Templates.mobilepushHeader": "",
1680
- "creatives.containersV2.Templates.mostRecentOption": "",
1681
- "creatives.containersV2.Templates.newEmailTemplate": "",
1682
- "creatives.containersV2.Templates.newNotificationTemplate": "",
1683
- "creatives.containersV2.Templates.newRCSTemplate": "",
1684
- "creatives.containersV2.Templates.newSMSTemplate": "",
1685
- "creatives.containersV2.Templates.newTemplate": "",
1686
- "creatives.containersV2.Templates.newWhatsappTemplate": "",
1687
- "creatives.containersV2.Templates.noAccountMessage": "",
1688
- "creatives.containersV2.Templates.noAccountsPresent": "",
1689
- "creatives.containersV2.Templates.noAccountsPresentFacebook": "",
1690
- "creatives.containersV2.Templates.noAccountsPresentLine": "",
1691
- "creatives.containersV2.Templates.noAccountsPresentViber": "",
1692
- "creatives.containersV2.Templates.noAccountsPresentWeChat": "",
1693
- "creatives.containersV2.Templates.noAccountsPresentWhatsapp": "",
1694
- "creatives.containersV2.Templates.noApprovedWhatsappTemplatesDesc": "",
1695
- "creatives.containersV2.Templates.noApprovedWhatsappTemplatesTitle": "",
1696
- "creatives.containersV2.Templates.noFilteredWhatsappTemplatesDesc": "",
1697
- "creatives.containersV2.Templates.noFilteredWhatsappTemplatesTitle": "",
1698
- "creatives.containersV2.Templates.noTemplatesFound": "",
1699
- "creatives.containersV2.Templates.noTemplatesMessage": "",
1700
- "creatives.containersV2.Templates.preview": "",
1701
- "creatives.containersV2.Templates.previewButton": "",
1702
- "creatives.containersV2.Templates.previewGenerateText": "",
1703
- "creatives.containersV2.Templates.promotional": "",
1704
- "creatives.containersV2.Templates.pushTitleIllustartion": "",
1705
- "creatives.containersV2.Templates.rcsDescIllustartion": "",
1706
- "creatives.containersV2.Templates.rcsDltIllustrationDesc": "",
1707
- "creatives.containersV2.Templates.rcsDltIllustrationTitle": "",
1708
- "creatives.containersV2.Templates.rcsTitleIllustartion": "",
1709
- "creatives.containersV2.Templates.richMediaTemplates": "",
1710
- "creatives.containersV2.Templates.searchText": "",
1711
- "creatives.containersV2.Templates.selectAccount": "",
1712
- "creatives.containersV2.Templates.selectButton": "",
1713
- "creatives.containersV2.Templates.selectDefaultButton": "",
1714
- "creatives.containersV2.Templates.selectSmsHeader": "",
1715
- "creatives.containersV2.Templates.selectWechatHeader": "",
1716
- "creatives.containersV2.Templates.serviceExplicit": "",
1717
- "creatives.containersV2.Templates.serviceImplicit": "",
1718
- "creatives.containersV2.Templates.smsChannelTemplatesHeader": "",
1719
- "creatives.containersV2.Templates.smsHeader": "",
1720
- "creatives.containersV2.Templates.smsTitleIllustartion": "",
1721
- "creatives.containersV2.Templates.somethingWentWrong": "",
1722
- "creatives.containersV2.Templates.sortBy": "",
1723
- "creatives.containersV2.Templates.status": "",
1724
- "creatives.containersV2.Templates.template": "",
1725
- "creatives.containersV2.Templates.templateDeleteConfirm": "",
1726
- "creatives.containersV2.Templates.templateDeleteSuccess": "",
1727
- "creatives.containersV2.Templates.templateDuplicateSuccess": "",
1728
- "creatives.containersV2.Templates.templateSelection": "",
1729
- "creatives.containersV2.Templates.textTemplate": "",
1730
- "creatives.containersV2.Templates.unMapButton": "",
1731
- "creatives.containersV2.Templates.uploadFile": "",
1732
- "creatives.containersV2.Templates.uploadTemplate": "",
1733
- "creatives.containersV2.Templates.uploadedAt": "",
1734
- "creatives.containersV2.Templates.uploadedBy": "",
1735
- "creatives.containersV2.Templates.uploadingFile": "",
1736
- "creatives.containersV2.Templates.useEditor": "",
1737
- "creatives.containersV2.Templates.weChatRichmediaTemplate": "",
1738
- "creatives.containersV2.Templates.wechatAccount": "",
1739
- "creatives.containersV2.Templates.wechatAccountNotConfigured": "",
1740
- "creatives.containersV2.Templates.wechatChannelTemplatesHeader": "",
1741
- "creatives.containersV2.Templates.wechatHeader": "",
1742
- "creatives.containersV2.Templates.whatsappAccount": "",
1743
- "creatives.containersV2.Templates.whatsappDescIllustration": "",
1744
- "creatives.containersV2.Templates.whatsappMaxTemplates": "",
1745
- "creatives.containersV2.Templates.whatsappOnlyApprovedTemplates": "",
1746
- "creatives.containersV2.Templates.whatsappOverview": "",
1747
- "creatives.containersV2.Templates.whatsappTitleIllustration": "",
1748
- "creatives.containersV2.Templates.yesText": "",
1749
- "creatives.containersV2.Templates.zipUploadFailed": "",
1750
1565
  "creatives.containersV2.TemplatesV2.FTP": "",
1751
1566
  "creatives.containersV2.TemplatesV2.callTask": "",
1752
1567
  "creatives.containersV2.TemplatesV2.creatives": "",
@@ -1815,8 +1630,6 @@
1815
1630
  "creatives.containersV2.Whatsapp.alertUpdate": "",
1816
1631
  "creatives.containersV2.Whatsapp.alertUpdateTooltip": "",
1817
1632
  "creatives.containersV2.Whatsapp.approved": "",
1818
- "creatives.containersV2.Whatsapp.transactional": "",
1819
- "creatives.containersV2.Whatsapp.transactionalTooltip": "",
1820
1633
  "creatives.containersV2.addLabels": "",
1821
1634
  "creatives.containersV2.appName": "",
1822
1635
  "creatives.containersV2.applyNow": "",
@@ -1909,7 +1722,6 @@
1909
1722
  "creatives.containersV2.richMedia.Create.wechatTitle": "",
1910
1723
  "creatives.containersV2.richMedia.Create.wrongFormatFile": "",
1911
1724
  "creatives.containersV2.richMedia.Create.wrongUrl": "",
1912
- "creatives.containersV2.save": "",
1913
1725
  "creatives.containersV2.shopNow": "",
1914
1726
  "creatives.containersV2.signUp": "",
1915
1727
  "creatives.containersV2.subscribe": "",
@@ -89,7 +89,6 @@ export const CapActionButton = (props) => {
89
89
  id="rcs-template-Button-link"
90
90
  onChange={onButtonLinkChange}
91
91
  placeholder={formatMessage(messages.templateButtonLinkPlaceholder)}
92
- data-testid="cta_btn_link"
93
92
  value={buttonLink}
94
93
  size="default"
95
94
  errorMessage={buttonURLErrorMessage}
@@ -44,6 +44,11 @@ $classPrefix: cap-custom-video-upload;
44
44
  justify-content: center;
45
45
  margin: $CAP_SPACE_04;
46
46
  }
47
+ .video-panel-wp {
48
+ display: flex;
49
+ justify-content: center;
50
+ margin: $CAP_SPACE_04;
51
+ }
47
52
  .video-panel {
48
53
  display: flex;
49
54
  }