@capillarytech/creatives-library 8.0.255-alpha.4 → 8.0.256

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 (164) hide show
  1. package/constants/unified.js +0 -1
  2. package/package.json +1 -1
  3. package/services/api.js +0 -5
  4. package/translations/en.json +3 -4
  5. package/utils/common.js +0 -6
  6. package/utils/tests/transformerUtils.test.js +0 -297
  7. package/utils/transformerUtils.js +0 -40
  8. package/v2Components/CapImageUpload/constants.js +0 -2
  9. package/v2Components/CapImageUpload/index.js +16 -65
  10. package/v2Components/CapImageUpload/index.scss +1 -4
  11. package/v2Components/CapImageUpload/messages.js +1 -5
  12. package/v2Components/CommonTestAndPreview/UnifiedPreview/InAppPreviewContent.js +3 -3
  13. package/v2Components/CommonTestAndPreview/UnifiedPreview/RcsPreviewContent.js +3 -3
  14. package/v2Components/CommonTestAndPreview/UnifiedPreview/SmsPreviewContent.js +3 -3
  15. package/v2Components/CommonTestAndPreview/UnifiedPreview/ViberPreviewContent.js +3 -3
  16. package/v2Components/CommonTestAndPreview/UnifiedPreview/WhatsAppPreviewContent.js +1 -1
  17. package/v2Components/CommonTestAndPreview/UnifiedPreview/_unifiedPreview.scss +37 -6
  18. package/v2Components/CommonTestAndPreview/_commonTestAndPreview.scss +0 -2
  19. package/v2Components/TemplatePreview/_templatePreview.scss +1 -2
  20. package/v2Components/TestAndPreviewSlidebox/_testAndPreviewSlidebox.scss +0 -1
  21. package/v2Containers/App/constants.js +0 -5
  22. package/v2Containers/Cap/tests/__snapshots__/index.test.js.snap +3 -4
  23. package/v2Containers/CreativesContainer/SlideBoxContent.js +2 -57
  24. package/v2Containers/CreativesContainer/SlideBoxHeader.js +0 -1
  25. package/v2Containers/CreativesContainer/constants.js +0 -3
  26. package/v2Containers/CreativesContainer/index.js +0 -168
  27. package/v2Containers/CreativesContainer/messages.js +0 -4
  28. package/v2Containers/CreativesContainer/tests/SlideBoxContent.test.js +0 -210
  29. package/v2Containers/CreativesContainer/tests/__snapshots__/SlideBoxContent.test.js.snap +0 -304
  30. package/v2Containers/Line/Container/ImageCarousel/tests/__snapshots__/content.test.js.snap +12 -36
  31. package/v2Containers/Line/Container/ImageCarousel/tests/__snapshots__/index.test.js.snap +6 -8
  32. package/v2Containers/Line/Container/Wrapper/tests/__snapshots__/index.test.js.snap +75 -100
  33. package/v2Containers/Line/Container/tests/__snapshots__/index.test.js.snap +54 -72
  34. package/v2Containers/Rcs/tests/__snapshots__/index.test.js.snap +214 -286
  35. package/v2Containers/SmsTrai/Create/tests/__snapshots__/index.test.js.snap +12 -16
  36. package/v2Containers/SmsTrai/Edit/tests/__snapshots__/index.test.js.snap +48 -60
  37. package/v2Containers/Templates/ChannelTypeIllustration.js +1 -13
  38. package/v2Containers/Templates/_templates.scss +0 -205
  39. package/v2Containers/Templates/actions.js +1 -2
  40. package/v2Containers/Templates/constants.js +0 -1
  41. package/v2Containers/Templates/index.js +34 -274
  42. package/v2Containers/Templates/messages.js +0 -24
  43. package/v2Containers/Templates/reducer.js +0 -2
  44. package/v2Containers/Templates/tests/index.test.js +0 -10
  45. package/v2Containers/TemplatesV2/index.js +7 -15
  46. package/v2Containers/TemplatesV2/messages.js +0 -4
  47. package/v2Containers/Whatsapp/index.js +1 -1
  48. package/v2Containers/Whatsapp/tests/__snapshots__/index.test.js.snap +870 -1442
  49. package/utils/imageUrlUpload.js +0 -141
  50. package/v2Components/CapImageUrlUpload/constants.js +0 -26
  51. package/v2Components/CapImageUrlUpload/index.js +0 -365
  52. package/v2Components/CapImageUrlUpload/index.scss +0 -35
  53. package/v2Components/CapImageUrlUpload/messages.js +0 -47
  54. package/v2Containers/WebPush/Create/components/BrandIconSection.js +0 -108
  55. package/v2Containers/WebPush/Create/components/ButtonForm.js +0 -172
  56. package/v2Containers/WebPush/Create/components/ButtonItem.js +0 -101
  57. package/v2Containers/WebPush/Create/components/ButtonList.js +0 -145
  58. package/v2Containers/WebPush/Create/components/ButtonsLinksSection.js +0 -164
  59. package/v2Containers/WebPush/Create/components/ButtonsLinksSection.test.js +0 -463
  60. package/v2Containers/WebPush/Create/components/FormActions.js +0 -54
  61. package/v2Containers/WebPush/Create/components/FormActions.test.js +0 -163
  62. package/v2Containers/WebPush/Create/components/MediaSection.js +0 -142
  63. package/v2Containers/WebPush/Create/components/MediaSection.test.js +0 -341
  64. package/v2Containers/WebPush/Create/components/MessageSection.js +0 -103
  65. package/v2Containers/WebPush/Create/components/MessageSection.test.js +0 -268
  66. package/v2Containers/WebPush/Create/components/NotificationTitleSection.js +0 -87
  67. package/v2Containers/WebPush/Create/components/NotificationTitleSection.test.js +0 -210
  68. package/v2Containers/WebPush/Create/components/TemplateNameSection.js +0 -54
  69. package/v2Containers/WebPush/Create/components/TemplateNameSection.test.js +0 -143
  70. package/v2Containers/WebPush/Create/components/__snapshots__/ButtonsLinksSection.test.js.snap +0 -86
  71. package/v2Containers/WebPush/Create/components/__snapshots__/FormActions.test.js.snap +0 -16
  72. package/v2Containers/WebPush/Create/components/__snapshots__/MediaSection.test.js.snap +0 -41
  73. package/v2Containers/WebPush/Create/components/__snapshots__/MessageSection.test.js.snap +0 -54
  74. package/v2Containers/WebPush/Create/components/__snapshots__/NotificationTitleSection.test.js.snap +0 -37
  75. package/v2Containers/WebPush/Create/components/__snapshots__/TemplateNameSection.test.js.snap +0 -21
  76. package/v2Containers/WebPush/Create/components/_buttons.scss +0 -246
  77. package/v2Containers/WebPush/Create/components/tests/ButtonForm.test.js +0 -554
  78. package/v2Containers/WebPush/Create/components/tests/ButtonItem.test.js +0 -607
  79. package/v2Containers/WebPush/Create/components/tests/ButtonList.test.js +0 -633
  80. package/v2Containers/WebPush/Create/components/tests/__snapshots__/ButtonForm.test.js.snap +0 -666
  81. package/v2Containers/WebPush/Create/components/tests/__snapshots__/ButtonItem.test.js.snap +0 -74
  82. package/v2Containers/WebPush/Create/components/tests/__snapshots__/ButtonList.test.js.snap +0 -78
  83. package/v2Containers/WebPush/Create/hooks/useButtonManagement.js +0 -138
  84. package/v2Containers/WebPush/Create/hooks/useButtonManagement.test.js +0 -406
  85. package/v2Containers/WebPush/Create/hooks/useCharacterCount.js +0 -30
  86. package/v2Containers/WebPush/Create/hooks/useCharacterCount.test.js +0 -151
  87. package/v2Containers/WebPush/Create/hooks/useImageUpload.js +0 -104
  88. package/v2Containers/WebPush/Create/hooks/useImageUpload.test.js +0 -538
  89. package/v2Containers/WebPush/Create/hooks/useTagManagement.js +0 -122
  90. package/v2Containers/WebPush/Create/hooks/useTagManagement.test.js +0 -633
  91. package/v2Containers/WebPush/Create/index.js +0 -1148
  92. package/v2Containers/WebPush/Create/index.scss +0 -134
  93. package/v2Containers/WebPush/Create/messages.js +0 -203
  94. package/v2Containers/WebPush/Create/preview/DevicePreviewContent.js +0 -228
  95. package/v2Containers/WebPush/Create/preview/NotificationContainer.js +0 -294
  96. package/v2Containers/WebPush/Create/preview/PreviewContent.js +0 -90
  97. package/v2Containers/WebPush/Create/preview/PreviewControls.js +0 -305
  98. package/v2Containers/WebPush/Create/preview/PreviewDisclaimer.js +0 -23
  99. package/v2Containers/WebPush/Create/preview/WebPushPreview.js +0 -155
  100. package/v2Containers/WebPush/Create/preview/assets/Light.svg +0 -53
  101. package/v2Containers/WebPush/Create/preview/assets/Top.svg +0 -5
  102. package/v2Containers/WebPush/Create/preview/assets/android-arrow-down.svg +0 -9
  103. package/v2Containers/WebPush/Create/preview/assets/android-arrow-up.svg +0 -9
  104. package/v2Containers/WebPush/Create/preview/assets/chrome-icon.png +0 -0
  105. package/v2Containers/WebPush/Create/preview/assets/edge-icon.png +0 -0
  106. package/v2Containers/WebPush/Create/preview/assets/firefox-icon.svg +0 -106
  107. package/v2Containers/WebPush/Create/preview/assets/iOS.svg +0 -26
  108. package/v2Containers/WebPush/Create/preview/assets/macos-arrow-down-icon.svg +0 -9
  109. package/v2Containers/WebPush/Create/preview/assets/macos-triple-dot-icon.svg +0 -9
  110. package/v2Containers/WebPush/Create/preview/assets/opera-icon.svg +0 -18
  111. package/v2Containers/WebPush/Create/preview/assets/safari-icon.svg +0 -29
  112. package/v2Containers/WebPush/Create/preview/assets/windows-close-icon.svg +0 -9
  113. package/v2Containers/WebPush/Create/preview/assets/windows-triple-dot-icon.svg +0 -9
  114. package/v2Containers/WebPush/Create/preview/components/AndroidMobileChromeHeader.js +0 -47
  115. package/v2Containers/WebPush/Create/preview/components/AndroidMobileExpanded.js +0 -141
  116. package/v2Containers/WebPush/Create/preview/components/IOSHeader.js +0 -45
  117. package/v2Containers/WebPush/Create/preview/components/NotificationExpandedContent.js +0 -68
  118. package/v2Containers/WebPush/Create/preview/components/NotificationHeader.js +0 -61
  119. package/v2Containers/WebPush/Create/preview/components/WindowsChromeExpanded.js +0 -99
  120. package/v2Containers/WebPush/Create/preview/components/tests/AndroidMobileExpanded.test.js +0 -733
  121. package/v2Containers/WebPush/Create/preview/components/tests/WindowsChromeExpanded.test.js +0 -571
  122. package/v2Containers/WebPush/Create/preview/components/tests/__snapshots__/AndroidMobileExpanded.test.js.snap +0 -81
  123. package/v2Containers/WebPush/Create/preview/components/tests/__snapshots__/WindowsChromeExpanded.test.js.snap +0 -81
  124. package/v2Containers/WebPush/Create/preview/config/notificationMappings.js +0 -50
  125. package/v2Containers/WebPush/Create/preview/constants.js +0 -637
  126. package/v2Containers/WebPush/Create/preview/notification-container.scss +0 -79
  127. package/v2Containers/WebPush/Create/preview/preview.scss +0 -351
  128. package/v2Containers/WebPush/Create/preview/styles/_android-mobile-chrome.scss +0 -370
  129. package/v2Containers/WebPush/Create/preview/styles/_android-mobile-edge.scss +0 -12
  130. package/v2Containers/WebPush/Create/preview/styles/_android-mobile-firefox.scss +0 -12
  131. package/v2Containers/WebPush/Create/preview/styles/_android-mobile-opera.scss +0 -12
  132. package/v2Containers/WebPush/Create/preview/styles/_android-tablet-chrome.scss +0 -47
  133. package/v2Containers/WebPush/Create/preview/styles/_android-tablet-edge.scss +0 -11
  134. package/v2Containers/WebPush/Create/preview/styles/_android-tablet-firefox.scss +0 -11
  135. package/v2Containers/WebPush/Create/preview/styles/_android-tablet-opera.scss +0 -11
  136. package/v2Containers/WebPush/Create/preview/styles/_base.scss +0 -207
  137. package/v2Containers/WebPush/Create/preview/styles/_ios.scss +0 -153
  138. package/v2Containers/WebPush/Create/preview/styles/_ipados.scss +0 -107
  139. package/v2Containers/WebPush/Create/preview/styles/_macos-chrome.scss +0 -101
  140. package/v2Containers/WebPush/Create/preview/styles/_windows-chrome.scss +0 -229
  141. package/v2Containers/WebPush/Create/preview/tests/DevicePreviewContent.test.js +0 -909
  142. package/v2Containers/WebPush/Create/preview/tests/NotificationContainer.test.js +0 -1081
  143. package/v2Containers/WebPush/Create/preview/tests/PreviewControls.test.js +0 -723
  144. package/v2Containers/WebPush/Create/preview/tests/WebPushPreview.test.js +0 -1327
  145. package/v2Containers/WebPush/Create/preview/tests/__snapshots__/DevicePreviewContent.test.js.snap +0 -131
  146. package/v2Containers/WebPush/Create/preview/tests/__snapshots__/NotificationContainer.test.js.snap +0 -112
  147. package/v2Containers/WebPush/Create/preview/tests/__snapshots__/PreviewControls.test.js.snap +0 -144
  148. package/v2Containers/WebPush/Create/preview/tests/__snapshots__/WebPushPreview.test.js.snap +0 -129
  149. package/v2Containers/WebPush/Create/utils/payloadBuilder.js +0 -96
  150. package/v2Containers/WebPush/Create/utils/payloadBuilder.test.js +0 -396
  151. package/v2Containers/WebPush/Create/utils/previewUtils.js +0 -89
  152. package/v2Containers/WebPush/Create/utils/urlValidation.js +0 -115
  153. package/v2Containers/WebPush/Create/utils/urlValidation.test.js +0 -449
  154. package/v2Containers/WebPush/Create/utils/validation.js +0 -75
  155. package/v2Containers/WebPush/Create/utils/validation.test.js +0 -283
  156. package/v2Containers/WebPush/actions.js +0 -60
  157. package/v2Containers/WebPush/constants.js +0 -132
  158. package/v2Containers/WebPush/index.js +0 -2
  159. package/v2Containers/WebPush/reducer.js +0 -104
  160. package/v2Containers/WebPush/sagas.js +0 -119
  161. package/v2Containers/WebPush/selectors.js +0 -65
  162. package/v2Containers/WebPush/tests/reducer.test.js +0 -863
  163. package/v2Containers/WebPush/tests/sagas.test.js +0 -566
  164. package/v2Containers/WebPush/tests/selectors.test.js +0 -960
@@ -189,7 +189,7 @@ exports[`line wrapper test/> should render line component new 1`] = `
189
189
  "creatives.componentsV2.CapDocumentUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
190
190
  "creatives.componentsV2.CapDocumentUpload.or": "OR",
191
191
  "creatives.componentsV2.CapDocumentUpload.uploadComputer": "Select from computer",
192
- "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size up to: {size}",
192
+ "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size upto: {size}",
193
193
  "creatives.componentsV2.CapImageUpload.aspectRatio": "Aspect ratio: 1:1",
194
194
  "creatives.componentsV2.CapImageUpload.dragAndDrop": "Drag and drop image here",
195
195
  "creatives.componentsV2.CapImageUpload.format": "Format: JPEG, JPG, PNG",
@@ -197,13 +197,13 @@ exports[`line wrapper test/> should render line component new 1`] = `
197
197
  "creatives.componentsV2.CapImageUpload.imageErrorDesc": "Please upload the image with allowed file extension, size, dimension and aspect ratio",
198
198
  "creatives.componentsV2.CapImageUpload.imageGallery": "Gallery",
199
199
  "creatives.componentsV2.CapImageUpload.imageReUpload": "Reupload",
200
- "creatives.componentsV2.CapImageUpload.imageSize": "Size up to: 2MB",
200
+ "creatives.componentsV2.CapImageUpload.imageSize": "Size upto: 2MB",
201
201
  "creatives.componentsV2.CapImageUpload.or": "OR",
202
202
  "creatives.componentsV2.CapImageUpload.uploadComputer": "Select from computer",
203
203
  "creatives.componentsV2.CapImageUpload.uploadGallery": "Gallery",
204
204
  "creatives.componentsV2.CapImageUpload.uploadImageDescription": "The relevant image that complements the message context.",
205
205
  "creatives.componentsV2.CapImageUpload.whatsappAspectRatio": "Max aspect ratio: 1.91:1",
206
- "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size up to: 5MB",
206
+ "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size upto: 5MB",
207
207
  "creatives.componentsV2.CapTagList.Cancel": "Cancel",
208
208
  "creatives.componentsV2.CapTagList.Ok": "Ok",
209
209
  "creatives.componentsV2.CapTagList.all": "All",
@@ -1896,7 +1896,6 @@ new message content.",
1896
1896
  "creatives.containersV2.WeChat.templateName": "Template Name",
1897
1897
  "creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
1898
1898
  "creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
1899
- "creatives.containersV2.WebPush.addLabels": "Add labels",
1900
1899
  "creatives.containersV2.Whatsapp.IncorrectCategoryError": "INCORRECT CATEGORY: Message content different from expected content in the category selected. Refer {here} for expected content in each category.",
1901
1900
  "creatives.containersV2.Whatsapp.accountUpdate": "Account update",
1902
1901
  "creatives.containersV2.Whatsapp.accountUpdateTooltip": "Let customers know about updates or changes to their accounts.",
@@ -6510,7 +6509,7 @@ new message content.",
6510
6509
  "creatives.componentsV2.CapDocumentUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
6511
6510
  "creatives.componentsV2.CapDocumentUpload.or": "OR",
6512
6511
  "creatives.componentsV2.CapDocumentUpload.uploadComputer": "Select from computer",
6513
- "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size up to: {size}",
6512
+ "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size upto: {size}",
6514
6513
  "creatives.componentsV2.CapImageUpload.aspectRatio": "Aspect ratio: 1:1",
6515
6514
  "creatives.componentsV2.CapImageUpload.dragAndDrop": "Drag and drop image here",
6516
6515
  "creatives.componentsV2.CapImageUpload.format": "Format: JPEG, JPG, PNG",
@@ -6518,13 +6517,13 @@ new message content.",
6518
6517
  "creatives.componentsV2.CapImageUpload.imageErrorDesc": "Please upload the image with allowed file extension, size, dimension and aspect ratio",
6519
6518
  "creatives.componentsV2.CapImageUpload.imageGallery": "Gallery",
6520
6519
  "creatives.componentsV2.CapImageUpload.imageReUpload": "Reupload",
6521
- "creatives.componentsV2.CapImageUpload.imageSize": "Size up to: 2MB",
6520
+ "creatives.componentsV2.CapImageUpload.imageSize": "Size upto: 2MB",
6522
6521
  "creatives.componentsV2.CapImageUpload.or": "OR",
6523
6522
  "creatives.componentsV2.CapImageUpload.uploadComputer": "Select from computer",
6524
6523
  "creatives.componentsV2.CapImageUpload.uploadGallery": "Gallery",
6525
6524
  "creatives.componentsV2.CapImageUpload.uploadImageDescription": "The relevant image that complements the message context.",
6526
6525
  "creatives.componentsV2.CapImageUpload.whatsappAspectRatio": "Max aspect ratio: 1.91:1",
6527
- "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size up to: 5MB",
6526
+ "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size upto: 5MB",
6528
6527
  "creatives.componentsV2.CapTagList.Cancel": "Cancel",
6529
6528
  "creatives.componentsV2.CapTagList.Ok": "Ok",
6530
6529
  "creatives.componentsV2.CapTagList.all": "All",
@@ -8217,7 +8216,6 @@ new message content.",
8217
8216
  "creatives.containersV2.WeChat.templateName": "Template Name",
8218
8217
  "creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
8219
8218
  "creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
8220
- "creatives.containersV2.WebPush.addLabels": "Add labels",
8221
8219
  "creatives.containersV2.Whatsapp.IncorrectCategoryError": "INCORRECT CATEGORY: Message content different from expected content in the category selected. Refer {here} for expected content in each category.",
8222
8220
  "creatives.containersV2.Whatsapp.accountUpdate": "Account update",
8223
8221
  "creatives.containersV2.Whatsapp.accountUpdateTooltip": "Let customers know about updates or changes to their accounts.",
@@ -9209,7 +9207,7 @@ exports[`line wrapper test/> should render line component new 2`] = `
9209
9207
  "creatives.componentsV2.CapDocumentUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
9210
9208
  "creatives.componentsV2.CapDocumentUpload.or": "OR",
9211
9209
  "creatives.componentsV2.CapDocumentUpload.uploadComputer": "Select from computer",
9212
- "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size up to: {size}",
9210
+ "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size upto: {size}",
9213
9211
  "creatives.componentsV2.CapImageUpload.aspectRatio": "Aspect ratio: 1:1",
9214
9212
  "creatives.componentsV2.CapImageUpload.dragAndDrop": "Drag and drop image here",
9215
9213
  "creatives.componentsV2.CapImageUpload.format": "Format: JPEG, JPG, PNG",
@@ -9217,13 +9215,13 @@ exports[`line wrapper test/> should render line component new 2`] = `
9217
9215
  "creatives.componentsV2.CapImageUpload.imageErrorDesc": "Please upload the image with allowed file extension, size, dimension and aspect ratio",
9218
9216
  "creatives.componentsV2.CapImageUpload.imageGallery": "Gallery",
9219
9217
  "creatives.componentsV2.CapImageUpload.imageReUpload": "Reupload",
9220
- "creatives.componentsV2.CapImageUpload.imageSize": "Size up to: 2MB",
9218
+ "creatives.componentsV2.CapImageUpload.imageSize": "Size upto: 2MB",
9221
9219
  "creatives.componentsV2.CapImageUpload.or": "OR",
9222
9220
  "creatives.componentsV2.CapImageUpload.uploadComputer": "Select from computer",
9223
9221
  "creatives.componentsV2.CapImageUpload.uploadGallery": "Gallery",
9224
9222
  "creatives.componentsV2.CapImageUpload.uploadImageDescription": "The relevant image that complements the message context.",
9225
9223
  "creatives.componentsV2.CapImageUpload.whatsappAspectRatio": "Max aspect ratio: 1.91:1",
9226
- "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size up to: 5MB",
9224
+ "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size upto: 5MB",
9227
9225
  "creatives.componentsV2.CapTagList.Cancel": "Cancel",
9228
9226
  "creatives.componentsV2.CapTagList.Ok": "Ok",
9229
9227
  "creatives.componentsV2.CapTagList.all": "All",
@@ -10916,7 +10914,6 @@ new message content.",
10916
10914
  "creatives.containersV2.WeChat.templateName": "Template Name",
10917
10915
  "creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
10918
10916
  "creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
10919
- "creatives.containersV2.WebPush.addLabels": "Add labels",
10920
10917
  "creatives.containersV2.Whatsapp.IncorrectCategoryError": "INCORRECT CATEGORY: Message content different from expected content in the category selected. Refer {here} for expected content in each category.",
10921
10918
  "creatives.containersV2.Whatsapp.accountUpdate": "Account update",
10922
10919
  "creatives.containersV2.Whatsapp.accountUpdateTooltip": "Let customers know about updates or changes to their accounts.",
@@ -15714,7 +15711,7 @@ new message content.",
15714
15711
  "creatives.componentsV2.CapDocumentUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
15715
15712
  "creatives.componentsV2.CapDocumentUpload.or": "OR",
15716
15713
  "creatives.componentsV2.CapDocumentUpload.uploadComputer": "Select from computer",
15717
- "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size up to: {size}",
15714
+ "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size upto: {size}",
15718
15715
  "creatives.componentsV2.CapImageUpload.aspectRatio": "Aspect ratio: 1:1",
15719
15716
  "creatives.componentsV2.CapImageUpload.dragAndDrop": "Drag and drop image here",
15720
15717
  "creatives.componentsV2.CapImageUpload.format": "Format: JPEG, JPG, PNG",
@@ -15722,13 +15719,13 @@ new message content.",
15722
15719
  "creatives.componentsV2.CapImageUpload.imageErrorDesc": "Please upload the image with allowed file extension, size, dimension and aspect ratio",
15723
15720
  "creatives.componentsV2.CapImageUpload.imageGallery": "Gallery",
15724
15721
  "creatives.componentsV2.CapImageUpload.imageReUpload": "Reupload",
15725
- "creatives.componentsV2.CapImageUpload.imageSize": "Size up to: 2MB",
15722
+ "creatives.componentsV2.CapImageUpload.imageSize": "Size upto: 2MB",
15726
15723
  "creatives.componentsV2.CapImageUpload.or": "OR",
15727
15724
  "creatives.componentsV2.CapImageUpload.uploadComputer": "Select from computer",
15728
15725
  "creatives.componentsV2.CapImageUpload.uploadGallery": "Gallery",
15729
15726
  "creatives.componentsV2.CapImageUpload.uploadImageDescription": "The relevant image that complements the message context.",
15730
15727
  "creatives.componentsV2.CapImageUpload.whatsappAspectRatio": "Max aspect ratio: 1.91:1",
15731
- "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size up to: 5MB",
15728
+ "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size upto: 5MB",
15732
15729
  "creatives.componentsV2.CapTagList.Cancel": "Cancel",
15733
15730
  "creatives.componentsV2.CapTagList.Ok": "Ok",
15734
15731
  "creatives.componentsV2.CapTagList.all": "All",
@@ -17421,7 +17418,6 @@ new message content.",
17421
17418
  "creatives.containersV2.WeChat.templateName": "Template Name",
17422
17419
  "creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
17423
17420
  "creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
17424
- "creatives.containersV2.WebPush.addLabels": "Add labels",
17425
17421
  "creatives.containersV2.Whatsapp.IncorrectCategoryError": "INCORRECT CATEGORY: Message content different from expected content in the category selected. Refer {here} for expected content in each category.",
17426
17422
  "creatives.containersV2.Whatsapp.accountUpdate": "Account update",
17427
17423
  "creatives.containersV2.Whatsapp.accountUpdateTooltip": "Let customers know about updates or changes to their accounts.",
@@ -18413,7 +18409,7 @@ exports[`line wrapper test/> should render line component new 3`] = `
18413
18409
  "creatives.componentsV2.CapDocumentUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
18414
18410
  "creatives.componentsV2.CapDocumentUpload.or": "OR",
18415
18411
  "creatives.componentsV2.CapDocumentUpload.uploadComputer": "Select from computer",
18416
- "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size up to: {size}",
18412
+ "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size upto: {size}",
18417
18413
  "creatives.componentsV2.CapImageUpload.aspectRatio": "Aspect ratio: 1:1",
18418
18414
  "creatives.componentsV2.CapImageUpload.dragAndDrop": "Drag and drop image here",
18419
18415
  "creatives.componentsV2.CapImageUpload.format": "Format: JPEG, JPG, PNG",
@@ -18421,13 +18417,13 @@ exports[`line wrapper test/> should render line component new 3`] = `
18421
18417
  "creatives.componentsV2.CapImageUpload.imageErrorDesc": "Please upload the image with allowed file extension, size, dimension and aspect ratio",
18422
18418
  "creatives.componentsV2.CapImageUpload.imageGallery": "Gallery",
18423
18419
  "creatives.componentsV2.CapImageUpload.imageReUpload": "Reupload",
18424
- "creatives.componentsV2.CapImageUpload.imageSize": "Size up to: 2MB",
18420
+ "creatives.componentsV2.CapImageUpload.imageSize": "Size upto: 2MB",
18425
18421
  "creatives.componentsV2.CapImageUpload.or": "OR",
18426
18422
  "creatives.componentsV2.CapImageUpload.uploadComputer": "Select from computer",
18427
18423
  "creatives.componentsV2.CapImageUpload.uploadGallery": "Gallery",
18428
18424
  "creatives.componentsV2.CapImageUpload.uploadImageDescription": "The relevant image that complements the message context.",
18429
18425
  "creatives.componentsV2.CapImageUpload.whatsappAspectRatio": "Max aspect ratio: 1.91:1",
18430
- "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size up to: 5MB",
18426
+ "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size upto: 5MB",
18431
18427
  "creatives.componentsV2.CapTagList.Cancel": "Cancel",
18432
18428
  "creatives.componentsV2.CapTagList.Ok": "Ok",
18433
18429
  "creatives.componentsV2.CapTagList.all": "All",
@@ -20120,7 +20116,6 @@ new message content.",
20120
20116
  "creatives.containersV2.WeChat.templateName": "Template Name",
20121
20117
  "creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
20122
20118
  "creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
20123
- "creatives.containersV2.WebPush.addLabels": "Add labels",
20124
20119
  "creatives.containersV2.Whatsapp.IncorrectCategoryError": "INCORRECT CATEGORY: Message content different from expected content in the category selected. Refer {here} for expected content in each category.",
20125
20120
  "creatives.containersV2.Whatsapp.accountUpdate": "Account update",
20126
20121
  "creatives.containersV2.Whatsapp.accountUpdateTooltip": "Let customers know about updates or changes to their accounts.",
@@ -25160,7 +25155,7 @@ new message content.",
25160
25155
  "creatives.componentsV2.CapDocumentUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
25161
25156
  "creatives.componentsV2.CapDocumentUpload.or": "OR",
25162
25157
  "creatives.componentsV2.CapDocumentUpload.uploadComputer": "Select from computer",
25163
- "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size up to: {size}",
25158
+ "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size upto: {size}",
25164
25159
  "creatives.componentsV2.CapImageUpload.aspectRatio": "Aspect ratio: 1:1",
25165
25160
  "creatives.componentsV2.CapImageUpload.dragAndDrop": "Drag and drop image here",
25166
25161
  "creatives.componentsV2.CapImageUpload.format": "Format: JPEG, JPG, PNG",
@@ -25168,13 +25163,13 @@ new message content.",
25168
25163
  "creatives.componentsV2.CapImageUpload.imageErrorDesc": "Please upload the image with allowed file extension, size, dimension and aspect ratio",
25169
25164
  "creatives.componentsV2.CapImageUpload.imageGallery": "Gallery",
25170
25165
  "creatives.componentsV2.CapImageUpload.imageReUpload": "Reupload",
25171
- "creatives.componentsV2.CapImageUpload.imageSize": "Size up to: 2MB",
25166
+ "creatives.componentsV2.CapImageUpload.imageSize": "Size upto: 2MB",
25172
25167
  "creatives.componentsV2.CapImageUpload.or": "OR",
25173
25168
  "creatives.componentsV2.CapImageUpload.uploadComputer": "Select from computer",
25174
25169
  "creatives.componentsV2.CapImageUpload.uploadGallery": "Gallery",
25175
25170
  "creatives.componentsV2.CapImageUpload.uploadImageDescription": "The relevant image that complements the message context.",
25176
25171
  "creatives.componentsV2.CapImageUpload.whatsappAspectRatio": "Max aspect ratio: 1.91:1",
25177
- "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size up to: 5MB",
25172
+ "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size upto: 5MB",
25178
25173
  "creatives.componentsV2.CapTagList.Cancel": "Cancel",
25179
25174
  "creatives.componentsV2.CapTagList.Ok": "Ok",
25180
25175
  "creatives.componentsV2.CapTagList.all": "All",
@@ -26867,7 +26862,6 @@ new message content.",
26867
26862
  "creatives.containersV2.WeChat.templateName": "Template Name",
26868
26863
  "creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
26869
26864
  "creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
26870
- "creatives.containersV2.WebPush.addLabels": "Add labels",
26871
26865
  "creatives.containersV2.Whatsapp.IncorrectCategoryError": "INCORRECT CATEGORY: Message content different from expected content in the category selected. Refer {here} for expected content in each category.",
26872
26866
  "creatives.containersV2.Whatsapp.accountUpdate": "Account update",
26873
26867
  "creatives.containersV2.Whatsapp.accountUpdateTooltip": "Let customers know about updates or changes to their accounts.",
@@ -27894,7 +27888,7 @@ exports[`line wrapper test/> should render line component new 4`] = `
27894
27888
  "creatives.componentsV2.CapDocumentUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
27895
27889
  "creatives.componentsV2.CapDocumentUpload.or": "OR",
27896
27890
  "creatives.componentsV2.CapDocumentUpload.uploadComputer": "Select from computer",
27897
- "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size up to: {size}",
27891
+ "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size upto: {size}",
27898
27892
  "creatives.componentsV2.CapImageUpload.aspectRatio": "Aspect ratio: 1:1",
27899
27893
  "creatives.componentsV2.CapImageUpload.dragAndDrop": "Drag and drop image here",
27900
27894
  "creatives.componentsV2.CapImageUpload.format": "Format: JPEG, JPG, PNG",
@@ -27902,13 +27896,13 @@ exports[`line wrapper test/> should render line component new 4`] = `
27902
27896
  "creatives.componentsV2.CapImageUpload.imageErrorDesc": "Please upload the image with allowed file extension, size, dimension and aspect ratio",
27903
27897
  "creatives.componentsV2.CapImageUpload.imageGallery": "Gallery",
27904
27898
  "creatives.componentsV2.CapImageUpload.imageReUpload": "Reupload",
27905
- "creatives.componentsV2.CapImageUpload.imageSize": "Size up to: 2MB",
27899
+ "creatives.componentsV2.CapImageUpload.imageSize": "Size upto: 2MB",
27906
27900
  "creatives.componentsV2.CapImageUpload.or": "OR",
27907
27901
  "creatives.componentsV2.CapImageUpload.uploadComputer": "Select from computer",
27908
27902
  "creatives.componentsV2.CapImageUpload.uploadGallery": "Gallery",
27909
27903
  "creatives.componentsV2.CapImageUpload.uploadImageDescription": "The relevant image that complements the message context.",
27910
27904
  "creatives.componentsV2.CapImageUpload.whatsappAspectRatio": "Max aspect ratio: 1.91:1",
27911
- "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size up to: 5MB",
27905
+ "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size upto: 5MB",
27912
27906
  "creatives.componentsV2.CapTagList.Cancel": "Cancel",
27913
27907
  "creatives.componentsV2.CapTagList.Ok": "Ok",
27914
27908
  "creatives.componentsV2.CapTagList.all": "All",
@@ -29601,7 +29595,6 @@ new message content.",
29601
29595
  "creatives.containersV2.WeChat.templateName": "Template Name",
29602
29596
  "creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
29603
29597
  "creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
29604
- "creatives.containersV2.WebPush.addLabels": "Add labels",
29605
29598
  "creatives.containersV2.Whatsapp.IncorrectCategoryError": "INCORRECT CATEGORY: Message content different from expected content in the category selected. Refer {here} for expected content in each category.",
29606
29599
  "creatives.containersV2.Whatsapp.accountUpdate": "Account update",
29607
29600
  "creatives.containersV2.Whatsapp.accountUpdateTooltip": "Let customers know about updates or changes to their accounts.",
@@ -36862,7 +36855,7 @@ new message content.",
36862
36855
  "creatives.componentsV2.CapDocumentUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
36863
36856
  "creatives.componentsV2.CapDocumentUpload.or": "OR",
36864
36857
  "creatives.componentsV2.CapDocumentUpload.uploadComputer": "Select from computer",
36865
- "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size up to: {size}",
36858
+ "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size upto: {size}",
36866
36859
  "creatives.componentsV2.CapImageUpload.aspectRatio": "Aspect ratio: 1:1",
36867
36860
  "creatives.componentsV2.CapImageUpload.dragAndDrop": "Drag and drop image here",
36868
36861
  "creatives.componentsV2.CapImageUpload.format": "Format: JPEG, JPG, PNG",
@@ -36870,13 +36863,13 @@ new message content.",
36870
36863
  "creatives.componentsV2.CapImageUpload.imageErrorDesc": "Please upload the image with allowed file extension, size, dimension and aspect ratio",
36871
36864
  "creatives.componentsV2.CapImageUpload.imageGallery": "Gallery",
36872
36865
  "creatives.componentsV2.CapImageUpload.imageReUpload": "Reupload",
36873
- "creatives.componentsV2.CapImageUpload.imageSize": "Size up to: 2MB",
36866
+ "creatives.componentsV2.CapImageUpload.imageSize": "Size upto: 2MB",
36874
36867
  "creatives.componentsV2.CapImageUpload.or": "OR",
36875
36868
  "creatives.componentsV2.CapImageUpload.uploadComputer": "Select from computer",
36876
36869
  "creatives.componentsV2.CapImageUpload.uploadGallery": "Gallery",
36877
36870
  "creatives.componentsV2.CapImageUpload.uploadImageDescription": "The relevant image that complements the message context.",
36878
36871
  "creatives.componentsV2.CapImageUpload.whatsappAspectRatio": "Max aspect ratio: 1.91:1",
36879
- "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size up to: 5MB",
36872
+ "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size upto: 5MB",
36880
36873
  "creatives.componentsV2.CapTagList.Cancel": "Cancel",
36881
36874
  "creatives.componentsV2.CapTagList.Ok": "Ok",
36882
36875
  "creatives.componentsV2.CapTagList.all": "All",
@@ -38569,7 +38562,6 @@ new message content.",
38569
38562
  "creatives.containersV2.WeChat.templateName": "Template Name",
38570
38563
  "creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
38571
38564
  "creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
38572
- "creatives.containersV2.WebPush.addLabels": "Add labels",
38573
38565
  "creatives.containersV2.Whatsapp.IncorrectCategoryError": "INCORRECT CATEGORY: Message content different from expected content in the category selected. Refer {here} for expected content in each category.",
38574
38566
  "creatives.containersV2.Whatsapp.accountUpdate": "Account update",
38575
38567
  "creatives.containersV2.Whatsapp.accountUpdateTooltip": "Let customers know about updates or changes to their accounts.",
@@ -39596,7 +39588,7 @@ exports[`line wrapper test/> should render line component new 5`] = `
39596
39588
  "creatives.componentsV2.CapDocumentUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
39597
39589
  "creatives.componentsV2.CapDocumentUpload.or": "OR",
39598
39590
  "creatives.componentsV2.CapDocumentUpload.uploadComputer": "Select from computer",
39599
- "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size up to: {size}",
39591
+ "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size upto: {size}",
39600
39592
  "creatives.componentsV2.CapImageUpload.aspectRatio": "Aspect ratio: 1:1",
39601
39593
  "creatives.componentsV2.CapImageUpload.dragAndDrop": "Drag and drop image here",
39602
39594
  "creatives.componentsV2.CapImageUpload.format": "Format: JPEG, JPG, PNG",
@@ -39604,13 +39596,13 @@ exports[`line wrapper test/> should render line component new 5`] = `
39604
39596
  "creatives.componentsV2.CapImageUpload.imageErrorDesc": "Please upload the image with allowed file extension, size, dimension and aspect ratio",
39605
39597
  "creatives.componentsV2.CapImageUpload.imageGallery": "Gallery",
39606
39598
  "creatives.componentsV2.CapImageUpload.imageReUpload": "Reupload",
39607
- "creatives.componentsV2.CapImageUpload.imageSize": "Size up to: 2MB",
39599
+ "creatives.componentsV2.CapImageUpload.imageSize": "Size upto: 2MB",
39608
39600
  "creatives.componentsV2.CapImageUpload.or": "OR",
39609
39601
  "creatives.componentsV2.CapImageUpload.uploadComputer": "Select from computer",
39610
39602
  "creatives.componentsV2.CapImageUpload.uploadGallery": "Gallery",
39611
39603
  "creatives.componentsV2.CapImageUpload.uploadImageDescription": "The relevant image that complements the message context.",
39612
39604
  "creatives.componentsV2.CapImageUpload.whatsappAspectRatio": "Max aspect ratio: 1.91:1",
39613
- "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size up to: 5MB",
39605
+ "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size upto: 5MB",
39614
39606
  "creatives.componentsV2.CapTagList.Cancel": "Cancel",
39615
39607
  "creatives.componentsV2.CapTagList.Ok": "Ok",
39616
39608
  "creatives.componentsV2.CapTagList.all": "All",
@@ -41303,7 +41295,6 @@ new message content.",
41303
41295
  "creatives.containersV2.WeChat.templateName": "Template Name",
41304
41296
  "creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
41305
41297
  "creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
41306
- "creatives.containersV2.WebPush.addLabels": "Add labels",
41307
41298
  "creatives.containersV2.Whatsapp.IncorrectCategoryError": "INCORRECT CATEGORY: Message content different from expected content in the category selected. Refer {here} for expected content in each category.",
41308
41299
  "creatives.containersV2.Whatsapp.accountUpdate": "Account update",
41309
41300
  "creatives.containersV2.Whatsapp.accountUpdateTooltip": "Let customers know about updates or changes to their accounts.",
@@ -48606,7 +48597,7 @@ new message content.",
48606
48597
  "creatives.componentsV2.CapDocumentUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
48607
48598
  "creatives.componentsV2.CapDocumentUpload.or": "OR",
48608
48599
  "creatives.componentsV2.CapDocumentUpload.uploadComputer": "Select from computer",
48609
- "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size up to: {size}",
48600
+ "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size upto: {size}",
48610
48601
  "creatives.componentsV2.CapImageUpload.aspectRatio": "Aspect ratio: 1:1",
48611
48602
  "creatives.componentsV2.CapImageUpload.dragAndDrop": "Drag and drop image here",
48612
48603
  "creatives.componentsV2.CapImageUpload.format": "Format: JPEG, JPG, PNG",
@@ -48614,13 +48605,13 @@ new message content.",
48614
48605
  "creatives.componentsV2.CapImageUpload.imageErrorDesc": "Please upload the image with allowed file extension, size, dimension and aspect ratio",
48615
48606
  "creatives.componentsV2.CapImageUpload.imageGallery": "Gallery",
48616
48607
  "creatives.componentsV2.CapImageUpload.imageReUpload": "Reupload",
48617
- "creatives.componentsV2.CapImageUpload.imageSize": "Size up to: 2MB",
48608
+ "creatives.componentsV2.CapImageUpload.imageSize": "Size upto: 2MB",
48618
48609
  "creatives.componentsV2.CapImageUpload.or": "OR",
48619
48610
  "creatives.componentsV2.CapImageUpload.uploadComputer": "Select from computer",
48620
48611
  "creatives.componentsV2.CapImageUpload.uploadGallery": "Gallery",
48621
48612
  "creatives.componentsV2.CapImageUpload.uploadImageDescription": "The relevant image that complements the message context.",
48622
48613
  "creatives.componentsV2.CapImageUpload.whatsappAspectRatio": "Max aspect ratio: 1.91:1",
48623
- "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size up to: 5MB",
48614
+ "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size upto: 5MB",
48624
48615
  "creatives.componentsV2.CapTagList.Cancel": "Cancel",
48625
48616
  "creatives.componentsV2.CapTagList.Ok": "Ok",
48626
48617
  "creatives.componentsV2.CapTagList.all": "All",
@@ -50313,7 +50304,6 @@ new message content.",
50313
50304
  "creatives.containersV2.WeChat.templateName": "Template Name",
50314
50305
  "creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
50315
50306
  "creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
50316
- "creatives.containersV2.WebPush.addLabels": "Add labels",
50317
50307
  "creatives.containersV2.Whatsapp.IncorrectCategoryError": "INCORRECT CATEGORY: Message content different from expected content in the category selected. Refer {here} for expected content in each category.",
50318
50308
  "creatives.containersV2.Whatsapp.accountUpdate": "Account update",
50319
50309
  "creatives.containersV2.Whatsapp.accountUpdateTooltip": "Let customers know about updates or changes to their accounts.",
@@ -51340,7 +51330,7 @@ exports[`line wrapper test/> should render line component old 1`] = `
51340
51330
  "creatives.componentsV2.CapDocumentUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
51341
51331
  "creatives.componentsV2.CapDocumentUpload.or": "OR",
51342
51332
  "creatives.componentsV2.CapDocumentUpload.uploadComputer": "Select from computer",
51343
- "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size up to: {size}",
51333
+ "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size upto: {size}",
51344
51334
  "creatives.componentsV2.CapImageUpload.aspectRatio": "Aspect ratio: 1:1",
51345
51335
  "creatives.componentsV2.CapImageUpload.dragAndDrop": "Drag and drop image here",
51346
51336
  "creatives.componentsV2.CapImageUpload.format": "Format: JPEG, JPG, PNG",
@@ -51348,13 +51338,13 @@ exports[`line wrapper test/> should render line component old 1`] = `
51348
51338
  "creatives.componentsV2.CapImageUpload.imageErrorDesc": "Please upload the image with allowed file extension, size, dimension and aspect ratio",
51349
51339
  "creatives.componentsV2.CapImageUpload.imageGallery": "Gallery",
51350
51340
  "creatives.componentsV2.CapImageUpload.imageReUpload": "Reupload",
51351
- "creatives.componentsV2.CapImageUpload.imageSize": "Size up to: 2MB",
51341
+ "creatives.componentsV2.CapImageUpload.imageSize": "Size upto: 2MB",
51352
51342
  "creatives.componentsV2.CapImageUpload.or": "OR",
51353
51343
  "creatives.componentsV2.CapImageUpload.uploadComputer": "Select from computer",
51354
51344
  "creatives.componentsV2.CapImageUpload.uploadGallery": "Gallery",
51355
51345
  "creatives.componentsV2.CapImageUpload.uploadImageDescription": "The relevant image that complements the message context.",
51356
51346
  "creatives.componentsV2.CapImageUpload.whatsappAspectRatio": "Max aspect ratio: 1.91:1",
51357
- "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size up to: 5MB",
51347
+ "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size upto: 5MB",
51358
51348
  "creatives.componentsV2.CapTagList.Cancel": "Cancel",
51359
51349
  "creatives.componentsV2.CapTagList.Ok": "Ok",
51360
51350
  "creatives.componentsV2.CapTagList.all": "All",
@@ -53047,7 +53037,6 @@ new message content.",
53047
53037
  "creatives.containersV2.WeChat.templateName": "Template Name",
53048
53038
  "creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
53049
53039
  "creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
53050
- "creatives.containersV2.WebPush.addLabels": "Add labels",
53051
53040
  "creatives.containersV2.Whatsapp.IncorrectCategoryError": "INCORRECT CATEGORY: Message content different from expected content in the category selected. Refer {here} for expected content in each category.",
53052
53041
  "creatives.containersV2.Whatsapp.accountUpdate": "Account update",
53053
53042
  "creatives.containersV2.Whatsapp.accountUpdateTooltip": "Let customers know about updates or changes to their accounts.",
@@ -55730,7 +55719,7 @@ new message content.",
55730
55719
  "creatives.componentsV2.CapDocumentUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
55731
55720
  "creatives.componentsV2.CapDocumentUpload.or": "OR",
55732
55721
  "creatives.componentsV2.CapDocumentUpload.uploadComputer": "Select from computer",
55733
- "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size up to: {size}",
55722
+ "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size upto: {size}",
55734
55723
  "creatives.componentsV2.CapImageUpload.aspectRatio": "Aspect ratio: 1:1",
55735
55724
  "creatives.componentsV2.CapImageUpload.dragAndDrop": "Drag and drop image here",
55736
55725
  "creatives.componentsV2.CapImageUpload.format": "Format: JPEG, JPG, PNG",
@@ -55738,13 +55727,13 @@ new message content.",
55738
55727
  "creatives.componentsV2.CapImageUpload.imageErrorDesc": "Please upload the image with allowed file extension, size, dimension and aspect ratio",
55739
55728
  "creatives.componentsV2.CapImageUpload.imageGallery": "Gallery",
55740
55729
  "creatives.componentsV2.CapImageUpload.imageReUpload": "Reupload",
55741
- "creatives.componentsV2.CapImageUpload.imageSize": "Size up to: 2MB",
55730
+ "creatives.componentsV2.CapImageUpload.imageSize": "Size upto: 2MB",
55742
55731
  "creatives.componentsV2.CapImageUpload.or": "OR",
55743
55732
  "creatives.componentsV2.CapImageUpload.uploadComputer": "Select from computer",
55744
55733
  "creatives.componentsV2.CapImageUpload.uploadGallery": "Gallery",
55745
55734
  "creatives.componentsV2.CapImageUpload.uploadImageDescription": "The relevant image that complements the message context.",
55746
55735
  "creatives.componentsV2.CapImageUpload.whatsappAspectRatio": "Max aspect ratio: 1.91:1",
55747
- "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size up to: 5MB",
55736
+ "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size upto: 5MB",
55748
55737
  "creatives.componentsV2.CapTagList.Cancel": "Cancel",
55749
55738
  "creatives.componentsV2.CapTagList.Ok": "Ok",
55750
55739
  "creatives.componentsV2.CapTagList.all": "All",
@@ -57437,7 +57426,6 @@ new message content.",
57437
57426
  "creatives.containersV2.WeChat.templateName": "Template Name",
57438
57427
  "creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
57439
57428
  "creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
57440
- "creatives.containersV2.WebPush.addLabels": "Add labels",
57441
57429
  "creatives.containersV2.Whatsapp.IncorrectCategoryError": "INCORRECT CATEGORY: Message content different from expected content in the category selected. Refer {here} for expected content in each category.",
57442
57430
  "creatives.containersV2.Whatsapp.accountUpdate": "Account update",
57443
57431
  "creatives.containersV2.Whatsapp.accountUpdateTooltip": "Let customers know about updates or changes to their accounts.",
@@ -59134,7 +59122,7 @@ exports[`line wrapper test/> should render line component old 2`] = `
59134
59122
  "creatives.componentsV2.CapDocumentUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
59135
59123
  "creatives.componentsV2.CapDocumentUpload.or": "OR",
59136
59124
  "creatives.componentsV2.CapDocumentUpload.uploadComputer": "Select from computer",
59137
- "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size up to: {size}",
59125
+ "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size upto: {size}",
59138
59126
  "creatives.componentsV2.CapImageUpload.aspectRatio": "Aspect ratio: 1:1",
59139
59127
  "creatives.componentsV2.CapImageUpload.dragAndDrop": "Drag and drop image here",
59140
59128
  "creatives.componentsV2.CapImageUpload.format": "Format: JPEG, JPG, PNG",
@@ -59142,13 +59130,13 @@ exports[`line wrapper test/> should render line component old 2`] = `
59142
59130
  "creatives.componentsV2.CapImageUpload.imageErrorDesc": "Please upload the image with allowed file extension, size, dimension and aspect ratio",
59143
59131
  "creatives.componentsV2.CapImageUpload.imageGallery": "Gallery",
59144
59132
  "creatives.componentsV2.CapImageUpload.imageReUpload": "Reupload",
59145
- "creatives.componentsV2.CapImageUpload.imageSize": "Size up to: 2MB",
59133
+ "creatives.componentsV2.CapImageUpload.imageSize": "Size upto: 2MB",
59146
59134
  "creatives.componentsV2.CapImageUpload.or": "OR",
59147
59135
  "creatives.componentsV2.CapImageUpload.uploadComputer": "Select from computer",
59148
59136
  "creatives.componentsV2.CapImageUpload.uploadGallery": "Gallery",
59149
59137
  "creatives.componentsV2.CapImageUpload.uploadImageDescription": "The relevant image that complements the message context.",
59150
59138
  "creatives.componentsV2.CapImageUpload.whatsappAspectRatio": "Max aspect ratio: 1.91:1",
59151
- "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size up to: 5MB",
59139
+ "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size upto: 5MB",
59152
59140
  "creatives.componentsV2.CapTagList.Cancel": "Cancel",
59153
59141
  "creatives.componentsV2.CapTagList.Ok": "Ok",
59154
59142
  "creatives.componentsV2.CapTagList.all": "All",
@@ -60841,7 +60829,6 @@ new message content.",
60841
60829
  "creatives.containersV2.WeChat.templateName": "Template Name",
60842
60830
  "creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
60843
60831
  "creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
60844
- "creatives.containersV2.WebPush.addLabels": "Add labels",
60845
60832
  "creatives.containersV2.Whatsapp.IncorrectCategoryError": "INCORRECT CATEGORY: Message content different from expected content in the category selected. Refer {here} for expected content in each category.",
60846
60833
  "creatives.containersV2.Whatsapp.accountUpdate": "Account update",
60847
60834
  "creatives.containersV2.Whatsapp.accountUpdateTooltip": "Let customers know about updates or changes to their accounts.",
@@ -63942,7 +63929,7 @@ new message content.",
63942
63929
  "creatives.componentsV2.CapDocumentUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
63943
63930
  "creatives.componentsV2.CapDocumentUpload.or": "OR",
63944
63931
  "creatives.componentsV2.CapDocumentUpload.uploadComputer": "Select from computer",
63945
- "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size up to: {size}",
63932
+ "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size upto: {size}",
63946
63933
  "creatives.componentsV2.CapImageUpload.aspectRatio": "Aspect ratio: 1:1",
63947
63934
  "creatives.componentsV2.CapImageUpload.dragAndDrop": "Drag and drop image here",
63948
63935
  "creatives.componentsV2.CapImageUpload.format": "Format: JPEG, JPG, PNG",
@@ -63950,13 +63937,13 @@ new message content.",
63950
63937
  "creatives.componentsV2.CapImageUpload.imageErrorDesc": "Please upload the image with allowed file extension, size, dimension and aspect ratio",
63951
63938
  "creatives.componentsV2.CapImageUpload.imageGallery": "Gallery",
63952
63939
  "creatives.componentsV2.CapImageUpload.imageReUpload": "Reupload",
63953
- "creatives.componentsV2.CapImageUpload.imageSize": "Size up to: 2MB",
63940
+ "creatives.componentsV2.CapImageUpload.imageSize": "Size upto: 2MB",
63954
63941
  "creatives.componentsV2.CapImageUpload.or": "OR",
63955
63942
  "creatives.componentsV2.CapImageUpload.uploadComputer": "Select from computer",
63956
63943
  "creatives.componentsV2.CapImageUpload.uploadGallery": "Gallery",
63957
63944
  "creatives.componentsV2.CapImageUpload.uploadImageDescription": "The relevant image that complements the message context.",
63958
63945
  "creatives.componentsV2.CapImageUpload.whatsappAspectRatio": "Max aspect ratio: 1.91:1",
63959
- "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size up to: 5MB",
63946
+ "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size upto: 5MB",
63960
63947
  "creatives.componentsV2.CapTagList.Cancel": "Cancel",
63961
63948
  "creatives.componentsV2.CapTagList.Ok": "Ok",
63962
63949
  "creatives.componentsV2.CapTagList.all": "All",
@@ -65649,7 +65636,6 @@ new message content.",
65649
65636
  "creatives.containersV2.WeChat.templateName": "Template Name",
65650
65637
  "creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
65651
65638
  "creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
65652
- "creatives.containersV2.WebPush.addLabels": "Add labels",
65653
65639
  "creatives.containersV2.Whatsapp.IncorrectCategoryError": "INCORRECT CATEGORY: Message content different from expected content in the category selected. Refer {here} for expected content in each category.",
65654
65640
  "creatives.containersV2.Whatsapp.accountUpdate": "Account update",
65655
65641
  "creatives.containersV2.Whatsapp.accountUpdateTooltip": "Let customers know about updates or changes to their accounts.",
@@ -67346,7 +67332,7 @@ exports[`line wrapper test/> should render line component old 3`] = `
67346
67332
  "creatives.componentsV2.CapDocumentUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
67347
67333
  "creatives.componentsV2.CapDocumentUpload.or": "OR",
67348
67334
  "creatives.componentsV2.CapDocumentUpload.uploadComputer": "Select from computer",
67349
- "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size up to: {size}",
67335
+ "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size upto: {size}",
67350
67336
  "creatives.componentsV2.CapImageUpload.aspectRatio": "Aspect ratio: 1:1",
67351
67337
  "creatives.componentsV2.CapImageUpload.dragAndDrop": "Drag and drop image here",
67352
67338
  "creatives.componentsV2.CapImageUpload.format": "Format: JPEG, JPG, PNG",
@@ -67354,13 +67340,13 @@ exports[`line wrapper test/> should render line component old 3`] = `
67354
67340
  "creatives.componentsV2.CapImageUpload.imageErrorDesc": "Please upload the image with allowed file extension, size, dimension and aspect ratio",
67355
67341
  "creatives.componentsV2.CapImageUpload.imageGallery": "Gallery",
67356
67342
  "creatives.componentsV2.CapImageUpload.imageReUpload": "Reupload",
67357
- "creatives.componentsV2.CapImageUpload.imageSize": "Size up to: 2MB",
67343
+ "creatives.componentsV2.CapImageUpload.imageSize": "Size upto: 2MB",
67358
67344
  "creatives.componentsV2.CapImageUpload.or": "OR",
67359
67345
  "creatives.componentsV2.CapImageUpload.uploadComputer": "Select from computer",
67360
67346
  "creatives.componentsV2.CapImageUpload.uploadGallery": "Gallery",
67361
67347
  "creatives.componentsV2.CapImageUpload.uploadImageDescription": "The relevant image that complements the message context.",
67362
67348
  "creatives.componentsV2.CapImageUpload.whatsappAspectRatio": "Max aspect ratio: 1.91:1",
67363
- "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size up to: 5MB",
67349
+ "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size upto: 5MB",
67364
67350
  "creatives.componentsV2.CapTagList.Cancel": "Cancel",
67365
67351
  "creatives.componentsV2.CapTagList.Ok": "Ok",
67366
67352
  "creatives.componentsV2.CapTagList.all": "All",
@@ -69053,7 +69039,6 @@ new message content.",
69053
69039
  "creatives.containersV2.WeChat.templateName": "Template Name",
69054
69040
  "creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
69055
69041
  "creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
69056
- "creatives.containersV2.WebPush.addLabels": "Add labels",
69057
69042
  "creatives.containersV2.Whatsapp.IncorrectCategoryError": "INCORRECT CATEGORY: Message content different from expected content in the category selected. Refer {here} for expected content in each category.",
69058
69043
  "creatives.containersV2.Whatsapp.accountUpdate": "Account update",
69059
69044
  "creatives.containersV2.Whatsapp.accountUpdateTooltip": "Let customers know about updates or changes to their accounts.",
@@ -72396,7 +72381,7 @@ new message content.",
72396
72381
  "creatives.componentsV2.CapDocumentUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
72397
72382
  "creatives.componentsV2.CapDocumentUpload.or": "OR",
72398
72383
  "creatives.componentsV2.CapDocumentUpload.uploadComputer": "Select from computer",
72399
- "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size up to: {size}",
72384
+ "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size upto: {size}",
72400
72385
  "creatives.componentsV2.CapImageUpload.aspectRatio": "Aspect ratio: 1:1",
72401
72386
  "creatives.componentsV2.CapImageUpload.dragAndDrop": "Drag and drop image here",
72402
72387
  "creatives.componentsV2.CapImageUpload.format": "Format: JPEG, JPG, PNG",
@@ -72404,13 +72389,13 @@ new message content.",
72404
72389
  "creatives.componentsV2.CapImageUpload.imageErrorDesc": "Please upload the image with allowed file extension, size, dimension and aspect ratio",
72405
72390
  "creatives.componentsV2.CapImageUpload.imageGallery": "Gallery",
72406
72391
  "creatives.componentsV2.CapImageUpload.imageReUpload": "Reupload",
72407
- "creatives.componentsV2.CapImageUpload.imageSize": "Size up to: 2MB",
72392
+ "creatives.componentsV2.CapImageUpload.imageSize": "Size upto: 2MB",
72408
72393
  "creatives.componentsV2.CapImageUpload.or": "OR",
72409
72394
  "creatives.componentsV2.CapImageUpload.uploadComputer": "Select from computer",
72410
72395
  "creatives.componentsV2.CapImageUpload.uploadGallery": "Gallery",
72411
72396
  "creatives.componentsV2.CapImageUpload.uploadImageDescription": "The relevant image that complements the message context.",
72412
72397
  "creatives.componentsV2.CapImageUpload.whatsappAspectRatio": "Max aspect ratio: 1.91:1",
72413
- "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size up to: 5MB",
72398
+ "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size upto: 5MB",
72414
72399
  "creatives.componentsV2.CapTagList.Cancel": "Cancel",
72415
72400
  "creatives.componentsV2.CapTagList.Ok": "Ok",
72416
72401
  "creatives.componentsV2.CapTagList.all": "All",
@@ -74103,7 +74088,6 @@ new message content.",
74103
74088
  "creatives.containersV2.WeChat.templateName": "Template Name",
74104
74089
  "creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
74105
74090
  "creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
74106
- "creatives.containersV2.WebPush.addLabels": "Add labels",
74107
74091
  "creatives.containersV2.Whatsapp.IncorrectCategoryError": "INCORRECT CATEGORY: Message content different from expected content in the category selected. Refer {here} for expected content in each category.",
74108
74092
  "creatives.containersV2.Whatsapp.accountUpdate": "Account update",
74109
74093
  "creatives.containersV2.Whatsapp.accountUpdateTooltip": "Let customers know about updates or changes to their accounts.",
@@ -75835,7 +75819,7 @@ exports[`line wrapper test/> should render line component old 4`] = `
75835
75819
  "creatives.componentsV2.CapDocumentUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
75836
75820
  "creatives.componentsV2.CapDocumentUpload.or": "OR",
75837
75821
  "creatives.componentsV2.CapDocumentUpload.uploadComputer": "Select from computer",
75838
- "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size up to: {size}",
75822
+ "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size upto: {size}",
75839
75823
  "creatives.componentsV2.CapImageUpload.aspectRatio": "Aspect ratio: 1:1",
75840
75824
  "creatives.componentsV2.CapImageUpload.dragAndDrop": "Drag and drop image here",
75841
75825
  "creatives.componentsV2.CapImageUpload.format": "Format: JPEG, JPG, PNG",
@@ -75843,13 +75827,13 @@ exports[`line wrapper test/> should render line component old 4`] = `
75843
75827
  "creatives.componentsV2.CapImageUpload.imageErrorDesc": "Please upload the image with allowed file extension, size, dimension and aspect ratio",
75844
75828
  "creatives.componentsV2.CapImageUpload.imageGallery": "Gallery",
75845
75829
  "creatives.componentsV2.CapImageUpload.imageReUpload": "Reupload",
75846
- "creatives.componentsV2.CapImageUpload.imageSize": "Size up to: 2MB",
75830
+ "creatives.componentsV2.CapImageUpload.imageSize": "Size upto: 2MB",
75847
75831
  "creatives.componentsV2.CapImageUpload.or": "OR",
75848
75832
  "creatives.componentsV2.CapImageUpload.uploadComputer": "Select from computer",
75849
75833
  "creatives.componentsV2.CapImageUpload.uploadGallery": "Gallery",
75850
75834
  "creatives.componentsV2.CapImageUpload.uploadImageDescription": "The relevant image that complements the message context.",
75851
75835
  "creatives.componentsV2.CapImageUpload.whatsappAspectRatio": "Max aspect ratio: 1.91:1",
75852
- "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size up to: 5MB",
75836
+ "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size upto: 5MB",
75853
75837
  "creatives.componentsV2.CapTagList.Cancel": "Cancel",
75854
75838
  "creatives.componentsV2.CapTagList.Ok": "Ok",
75855
75839
  "creatives.componentsV2.CapTagList.all": "All",
@@ -77542,7 +77526,6 @@ new message content.",
77542
77526
  "creatives.containersV2.WeChat.templateName": "Template Name",
77543
77527
  "creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
77544
77528
  "creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
77545
- "creatives.containersV2.WebPush.addLabels": "Add labels",
77546
77529
  "creatives.containersV2.Whatsapp.IncorrectCategoryError": "INCORRECT CATEGORY: Message content different from expected content in the category selected. Refer {here} for expected content in each category.",
77547
77530
  "creatives.containersV2.Whatsapp.accountUpdate": "Account update",
77548
77531
  "creatives.containersV2.Whatsapp.accountUpdateTooltip": "Let customers know about updates or changes to their accounts.",
@@ -81005,7 +80988,7 @@ new message content.",
81005
80988
  "creatives.componentsV2.CapDocumentUpload.imageDimenstionDescription": "Dimensions upto: {width}px x {height}px",
81006
80989
  "creatives.componentsV2.CapDocumentUpload.or": "OR",
81007
80990
  "creatives.componentsV2.CapDocumentUpload.uploadComputer": "Select from computer",
81008
- "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size up to: {size}",
80991
+ "creatives.componentsV2.CapDocumentUpload.whatsappDocSize": "Size upto: {size}",
81009
80992
  "creatives.componentsV2.CapImageUpload.aspectRatio": "Aspect ratio: 1:1",
81010
80993
  "creatives.componentsV2.CapImageUpload.dragAndDrop": "Drag and drop image here",
81011
80994
  "creatives.componentsV2.CapImageUpload.format": "Format: JPEG, JPG, PNG",
@@ -81013,13 +80996,13 @@ new message content.",
81013
80996
  "creatives.componentsV2.CapImageUpload.imageErrorDesc": "Please upload the image with allowed file extension, size, dimension and aspect ratio",
81014
80997
  "creatives.componentsV2.CapImageUpload.imageGallery": "Gallery",
81015
80998
  "creatives.componentsV2.CapImageUpload.imageReUpload": "Reupload",
81016
- "creatives.componentsV2.CapImageUpload.imageSize": "Size up to: 2MB",
80999
+ "creatives.componentsV2.CapImageUpload.imageSize": "Size upto: 2MB",
81017
81000
  "creatives.componentsV2.CapImageUpload.or": "OR",
81018
81001
  "creatives.componentsV2.CapImageUpload.uploadComputer": "Select from computer",
81019
81002
  "creatives.componentsV2.CapImageUpload.uploadGallery": "Gallery",
81020
81003
  "creatives.componentsV2.CapImageUpload.uploadImageDescription": "The relevant image that complements the message context.",
81021
81004
  "creatives.componentsV2.CapImageUpload.whatsappAspectRatio": "Max aspect ratio: 1.91:1",
81022
- "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size up to: 5MB",
81005
+ "creatives.componentsV2.CapImageUpload.whatsappImageSize": "Size upto: 5MB",
81023
81006
  "creatives.componentsV2.CapTagList.Cancel": "Cancel",
81024
81007
  "creatives.componentsV2.CapTagList.Ok": "Ok",
81025
81008
  "creatives.componentsV2.CapTagList.all": "All",
@@ -82712,7 +82695,6 @@ new message content.",
82712
82695
  "creatives.containersV2.WeChat.templateName": "Template Name",
82713
82696
  "creatives.containersV2.WeChat.wechatCreateSuccess": "WeChat template mapped successfully",
82714
82697
  "creatives.containersV2.WeChat.wechatEditSuccess": "WeChat template edited successfully",
82715
- "creatives.containersV2.WebPush.addLabels": "Add labels",
82716
82698
  "creatives.containersV2.Whatsapp.IncorrectCategoryError": "INCORRECT CATEGORY: Message content different from expected content in the category selected. Refer {here} for expected content in each category.",
82717
82699
  "creatives.containersV2.Whatsapp.accountUpdate": "Account update",
82718
82700
  "creatives.containersV2.Whatsapp.accountUpdateTooltip": "Let customers know about updates or changes to their accounts.",