Skip to content

Commit d38fa30

Browse files
authored
Merge pull request #2889 from FromDoppler/no-task-fix-issue-english
[no-task] - Fix issue when the user select english
2 parents 5dcf6d6 + 3ddee2e commit d38fa30

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

src/components/BuyProcess/NewPlanSelection/index.styles.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -567,25 +567,25 @@ export const NewPlanSelectionStyled = styled.div`
567567
568568
.dp-new-plan-selection-payment-frequency .dp-payment-frequency-en .dp-frequency-annual {
569569
background: #dff5ea;
570-
left: 0;
570+
left: 75%;
571571
width: 25%;
572572
}
573573
574574
.dp-new-plan-selection-payment-frequency .dp-payment-frequency-en .dp-frequency-biannual {
575575
background: #dff5ea;
576-
left: 25%;
576+
left: 50%;
577577
width: 25%;
578578
}
579579
580580
.dp-new-plan-selection-payment-frequency .dp-payment-frequency-en .dp-frequency-quarterly {
581581
background: #dff5ea;
582-
left: 50%;
582+
left: 25%;
583583
width: 25%;
584584
}
585585
586586
.dp-new-plan-selection-payment-frequency .dp-payment-frequency-en .dp-frequency-monthly {
587587
background: #dff5ea;
588-
left: 75%;
588+
left: 0%;
589589
width: 25%;
590590
}
591591

src/i18n/en.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ other {}}}}}}}}}}
237237
sticky_default_cta: 'Buy Now',
238238
sticky_emails_subtitle: 'Up to {emails} deliveries per month',
239239
sticky_frequency_discount_text: '<bold>Billing {periodCapitalized} {percentage}%OFF</bold> | 1 {period} payment of <bold>{currency}{total}</bold>',
240-
sticky_promocode_discount_text: '<bold>{percentage}% OFF for <bold>{months, plural, one {# month} other {# months}}</bold>',
240+
sticky_promocode_discount_text: '<bold>{percentage}% OFF</bold> for <bold>{months, plural, one {# month} other {# months}}</bold>',
241241
sticky_promocode_discount_text_without_months: '<bold>{percentage}% OFF</bold>',
242242
subscription_label: 'Subscription',
243243
subtitle: "Select the Plan that best fits your Email Marketing strategy. Not sure which Plan works best for you? Contact us and we'll help you find it.",

0 commit comments

Comments
 (0)