Skip to content

Commit f480ce2

Browse files
committed
CCM-7173: Update character word count
1 parent a406d72 commit f480ce2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

frontend/src/content/content.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -920,7 +920,7 @@ const smsTemplateFooter: ContentBlock[] = [
920920
{
921921
type: 'text',
922922
testId: 'character-message-count',
923-
text: `{{characters}} {{characters|character|characters}} \nThis template will be charged as {{count}} {{count|text message|text messages}}. \nIf you're using personalisation fields, it could charged as more.`,
923+
text: `{{characters}} {{characters|character|characters}} \nThis template will be charged as {{count}} {{count|text message|text messages}}. \nIf you're using personalisation fields, it could be charged as more.`,
924924
},
925925
{
926926
type: 'text',
@@ -937,8 +937,6 @@ const templateFormSms = {
937937
templateMessageLabelText: 'Message',
938938
templateNameHintText: 'This will not be visible to recipients.',
939939
templateMessageFooterText: smsTemplateFooter,
940-
smsCountText1: 'This template will be charged as ',
941-
smsCountText2: ` text messages. If you're using personalisation fields, it could charged as more.`,
942940
smsPricingLink: '/pricing/text-messages',
943941
smsPricingText:
944942
'Learn more about character counts and text messaging pricing (opens in a new tab)',

0 commit comments

Comments
 (0)