diff --git a/apps/portal/src/components/common/ProductsSection.js b/apps/portal/src/components/common/ProductsSection.js
index a4007ff989..2658ae4f84 100644
--- a/apps/portal/src/components/common/ProductsSection.js
+++ b/apps/portal/src/components/common/ProductsSection.js
@@ -895,7 +895,7 @@ function ProductPriceSwitch({selectedInterval, setSelectedInterval, products}) {
}}
>
{t('Yearly')}
- {(highestYearlyDiscount > 0) && {t('(Save {{highestYearlyDiscount}}%)', {highestYearlyDiscount})}}
+ {(highestYearlyDiscount > 0) && {t('(save {{highestYearlyDiscount}}%)', {highestYearlyDiscount})}}
diff --git a/ghost/i18n/locales/af/portal.json b/ghost/i18n/locales/af/portal.json
index 9b3df0fc04..15b72de65b 100644
--- a/ghost/i18n/locales/af/portal.json
+++ b/ghost/i18n/locales/af/portal.json
@@ -1,5 +1,5 @@
{
- "(Save {{highestYearlyDiscount}}%)": "",
+ "(save {{highestYearlyDiscount}}%)": "",
"{{amount}} days free": "{{amount}} dae gratis",
"{{amount}} off": "{{amount}} afslag",
"{{amount}} off for first {{number}} months.": "{{amount}} afslag vir die eerste {{number}} maande.",
diff --git a/ghost/i18n/locales/bg/portal.json b/ghost/i18n/locales/bg/portal.json
index d018e2cfb4..d13c022d24 100644
--- a/ghost/i18n/locales/bg/portal.json
+++ b/ghost/i18n/locales/bg/portal.json
@@ -1,5 +1,5 @@
{
- "(Save {{highestYearlyDiscount}}%)": "",
+ "(save {{highestYearlyDiscount}}%)": "",
"{{amount}} days free": "{{amount}} дни безплатно",
"{{amount}} off": "{{amount}} отстъпка",
"{{amount}} off for first {{number}} months.": "{{amount}} отстъпка за първите {{number}} месеца.",
diff --git a/ghost/i18n/locales/ca/portal.json b/ghost/i18n/locales/ca/portal.json
index 4bf73f5e30..dc17218563 100644
--- a/ghost/i18n/locales/ca/portal.json
+++ b/ghost/i18n/locales/ca/portal.json
@@ -1,5 +1,5 @@
{
- "(Save {{highestYearlyDiscount}}%)": "",
+ "(save {{highestYearlyDiscount}}%)": "",
"{{amount}} days free": "{{amount}} dies gratuïts",
"{{amount}} off": "{{amount}} de descompte",
"{{amount}} off for first {{number}} months.": "{{amount}} de descompte pels primers {{number}} mesos",
diff --git a/ghost/i18n/locales/context.json b/ghost/i18n/locales/context.json
index cd51c745a9..fc2f83030b 100644
--- a/ghost/i18n/locales/context.json
+++ b/ghost/i18n/locales/context.json
@@ -1,5 +1,5 @@
{
- "(Save {{highestYearlyDiscount}}%)": "",
+ "(save {{highestYearlyDiscount}}%)": "",
"1 comment": "Comment count displayed above the comments section in case there is only one",
"A login link has been sent to your inbox. If it doesn't arrive in 3 minutes, be sure to check your spam folder.": "A message displayed during signup process.",
"Account": "A label in Portal for your account area",
diff --git a/ghost/i18n/locales/cs/portal.json b/ghost/i18n/locales/cs/portal.json
index 7fc9124852..3e74690aa4 100644
--- a/ghost/i18n/locales/cs/portal.json
+++ b/ghost/i18n/locales/cs/portal.json
@@ -1,5 +1,5 @@
{
- "(Save {{highestYearlyDiscount}}%)": "",
+ "(save {{highestYearlyDiscount}}%)": "",
"{{amount}} days free": "",
"{{amount}} off": "",
"{{amount}} off for first {{number}} months.": "",
diff --git a/ghost/i18n/locales/da/portal.json b/ghost/i18n/locales/da/portal.json
index 5e058b9335..a4002c7f77 100644
--- a/ghost/i18n/locales/da/portal.json
+++ b/ghost/i18n/locales/da/portal.json
@@ -1,5 +1,5 @@
{
- "(Save {{highestYearlyDiscount}}%)": "",
+ "(save {{highestYearlyDiscount}}%)": "",
"{{amount}} days free": "{{amount}} dage gratis",
"{{amount}} off": "{{amount}} rabat",
"{{amount}} off for first {{number}} months.": "{{amount}} rabat for de første {{number}} måneder.",
diff --git a/ghost/i18n/locales/de/portal.json b/ghost/i18n/locales/de/portal.json
index 11b30f3c36..65c7ac4cc2 100644
--- a/ghost/i18n/locales/de/portal.json
+++ b/ghost/i18n/locales/de/portal.json
@@ -1,5 +1,5 @@
{
- "(Save {{highestYearlyDiscount}}%)": "(Speichern {{highestYearlyDiscount}}%)",
+ "(save {{highestYearlyDiscount}}%)": "",
"{{amount}} days free": "{{amount}} Tage kostenfrei",
"{{amount}} off": "{{amount}} Rabatt",
"{{amount}} off for first {{number}} months.": "{{amount}} Rabatt für die ersten {{number}} Monate.",
diff --git a/ghost/i18n/locales/en/portal.json b/ghost/i18n/locales/en/portal.json
index 73f3416084..978977d7ed 100644
--- a/ghost/i18n/locales/en/portal.json
+++ b/ghost/i18n/locales/en/portal.json
@@ -1,5 +1,5 @@
{
- "(Save {{highestYearlyDiscount}}%)": "",
+ "(save {{highestYearlyDiscount}}%)": "",
"{{amount}} days free": "",
"{{amount}} off": "",
"{{amount}} off for first {{number}} months.": "",
diff --git a/ghost/i18n/locales/eo/portal.json b/ghost/i18n/locales/eo/portal.json
index 3fd550b4c7..6b4039d353 100644
--- a/ghost/i18n/locales/eo/portal.json
+++ b/ghost/i18n/locales/eo/portal.json
@@ -1,5 +1,5 @@
{
- "(Save {{highestYearlyDiscount}}%)": "",
+ "(save {{highestYearlyDiscount}}%)": "",
"{{amount}} days free": "",
"{{amount}} off": "",
"{{amount}} off for first {{number}} months.": "",
diff --git a/ghost/i18n/locales/es/portal.json b/ghost/i18n/locales/es/portal.json
index 499a5b8237..de8167af8e 100644
--- a/ghost/i18n/locales/es/portal.json
+++ b/ghost/i18n/locales/es/portal.json
@@ -1,5 +1,5 @@
{
- "(Save {{highestYearlyDiscount}}%)": "",
+ "(save {{highestYearlyDiscount}}%)": "",
"{{amount}} days free": "{{amount}} días gratis",
"{{amount}} off": "{{amount}} de descuento",
"{{amount}} off for first {{number}} months.": "{{amount}} de descuento por los primeros {{number}} meses.",
diff --git a/ghost/i18n/locales/fi/portal.json b/ghost/i18n/locales/fi/portal.json
index d1a9eef7a2..5af5cb9ad5 100644
--- a/ghost/i18n/locales/fi/portal.json
+++ b/ghost/i18n/locales/fi/portal.json
@@ -1,5 +1,5 @@
{
- "(Save {{highestYearlyDiscount}}%)": "",
+ "(save {{highestYearlyDiscount}}%)": "",
"{{amount}} days free": "{{amount}} päivää ilmaiseksi",
"{{amount}} off": "{{amount}} pois",
"{{amount}} off for first {{number}} months.": "{{amount}} pois ensimmäisestä {{number}} kuukaudesta",
diff --git a/ghost/i18n/locales/fr/portal.json b/ghost/i18n/locales/fr/portal.json
index 0dde53f6d6..0d980bc6d4 100644
--- a/ghost/i18n/locales/fr/portal.json
+++ b/ghost/i18n/locales/fr/portal.json
@@ -1,5 +1,5 @@
{
- "(Save {{highestYearlyDiscount}}%)": "",
+ "(save {{highestYearlyDiscount}}%)": "",
"{{amount}} days free": "{{amount}} jours gratuits",
"{{amount}} off": "{{amount}} de réduction",
"{{amount}} off for first {{number}} months.": "{{amount}} de réduction pour les {{number}} premiers mois.",
diff --git a/ghost/i18n/locales/gd/portal.json b/ghost/i18n/locales/gd/portal.json
index 557f5c63df..4aa5490c0a 100644
--- a/ghost/i18n/locales/gd/portal.json
+++ b/ghost/i18n/locales/gd/portal.json
@@ -1,5 +1,5 @@
{
- "(Save {{highestYearlyDiscount}}%)": "",
+ "(save {{highestYearlyDiscount}}%)": "",
"{{amount}} days free": "{{amount}}l an-asgaidh",
"{{amount}} off": "{{amount}} dheth",
"{{amount}} off for first {{number}} months.": "{{amount}} dheth fad {{number}}m",
diff --git a/ghost/i18n/locales/hr/portal.json b/ghost/i18n/locales/hr/portal.json
index 825e610bbb..392161de56 100644
--- a/ghost/i18n/locales/hr/portal.json
+++ b/ghost/i18n/locales/hr/portal.json
@@ -1,5 +1,5 @@
{
- "(Save {{highestYearlyDiscount}}%)": "",
+ "(save {{highestYearlyDiscount}}%)": "",
"{{amount}} days free": "{{amount}} dana besplatno",
"{{amount}} off": "Snižena cijena {{amount}}",
"{{amount}} off for first {{number}} months.": "Snižena cijena {{amount}} za prvih {{number}} mjeseci",
diff --git a/ghost/i18n/locales/hu/portal.json b/ghost/i18n/locales/hu/portal.json
index 4c529b8032..55ea8c5870 100644
--- a/ghost/i18n/locales/hu/portal.json
+++ b/ghost/i18n/locales/hu/portal.json
@@ -1,5 +1,5 @@
{
- "(Save {{highestYearlyDiscount}}%)": "",
+ "(save {{highestYearlyDiscount}}%)": "",
"{{amount}} days free": "{{amount}} napig ingyen",
"{{amount}} off": "{{amount}} kedvezmény",
"{{amount}} off for first {{number}} months.": "{{amount}} kedvezmény az első {{number}} hónapig.",
diff --git a/ghost/i18n/locales/id/portal.json b/ghost/i18n/locales/id/portal.json
index d332a85d3c..6ec0be386b 100644
--- a/ghost/i18n/locales/id/portal.json
+++ b/ghost/i18n/locales/id/portal.json
@@ -1,5 +1,5 @@
{
- "(Save {{highestYearlyDiscount}}%)": "",
+ "(save {{highestYearlyDiscount}}%)": "",
"{{amount}} days free": "Gratis {{amount}} hari",
"{{amount}} off": "Diskon {{amount}}",
"{{amount}} off for first {{number}} months.": "Diskon {{amount}} untuk {{number}} bulan pertama.",
diff --git a/ghost/i18n/locales/is/portal.json b/ghost/i18n/locales/is/portal.json
index 97ef4b1be1..ce0038f21b 100644
--- a/ghost/i18n/locales/is/portal.json
+++ b/ghost/i18n/locales/is/portal.json
@@ -1,5 +1,5 @@
{
- "(Save {{highestYearlyDiscount}}%)": "",
+ "(save {{highestYearlyDiscount}}%)": "",
"{{amount}} days free": "{{amount}} dagar án endurgjalds",
"{{amount}} off": "{{amount}} afsláttur",
"{{amount}} off for first {{number}} months.": "{{amount}} afsláttur fyrstu {{number}} mánuðina.",
diff --git a/ghost/i18n/locales/it/portal.json b/ghost/i18n/locales/it/portal.json
index 9bec4dfc0b..82c5c5e794 100644
--- a/ghost/i18n/locales/it/portal.json
+++ b/ghost/i18n/locales/it/portal.json
@@ -1,5 +1,5 @@
{
- "(Save {{highestYearlyDiscount}}%)": "(Risparmia il {{highestYearlyDiscount}}%)",
+ "(save {{highestYearlyDiscount}}%)": "",
"{{amount}} days free": "{{amount}} giorni gratis",
"{{amount}} off": "{{amount}} in meno",
"{{amount}} off for first {{number}} months.": "{{amount}} in meno per i primi {{number}} mesi.",
diff --git a/ghost/i18n/locales/ja/portal.json b/ghost/i18n/locales/ja/portal.json
index c0e50c3f6b..94e87d61da 100644
--- a/ghost/i18n/locales/ja/portal.json
+++ b/ghost/i18n/locales/ja/portal.json
@@ -1,5 +1,5 @@
{
- "(Save {{highestYearlyDiscount}}%)": "",
+ "(save {{highestYearlyDiscount}}%)": "",
"{{amount}} days free": "{{amount}}日間無料",
"{{amount}} off": "{{amount}}オフ",
"{{amount}} off for first {{number}} months.": "最初の{{number}}ヶ月間{{amount}}オフ",
diff --git a/ghost/i18n/locales/ko/portal.json b/ghost/i18n/locales/ko/portal.json
index 42bf5cb9d4..1cc72dd3a2 100644
--- a/ghost/i18n/locales/ko/portal.json
+++ b/ghost/i18n/locales/ko/portal.json
@@ -1,5 +1,5 @@
{
- "(Save {{highestYearlyDiscount}}%)": "",
+ "(save {{highestYearlyDiscount}}%)": "",
"{{amount}} days free": "{{amount}}일 무료",
"{{amount}} off": "{{amount}} 할인",
"{{amount}} off for first {{number}} months.": "첫 {{number}}개월 {{amount}} 할인",
diff --git a/ghost/i18n/locales/mn/portal.json b/ghost/i18n/locales/mn/portal.json
index 1ff07694a9..2431c53c08 100644
--- a/ghost/i18n/locales/mn/portal.json
+++ b/ghost/i18n/locales/mn/portal.json
@@ -1,5 +1,5 @@
{
- "(Save {{highestYearlyDiscount}}%)": "",
+ "(save {{highestYearlyDiscount}}%)": "",
"{{amount}} days free": "",
"{{amount}} off": "",
"{{amount}} off for first {{number}} months.": "",
diff --git a/ghost/i18n/locales/ms/portal.json b/ghost/i18n/locales/ms/portal.json
index 5bf5168908..7a1380406a 100644
--- a/ghost/i18n/locales/ms/portal.json
+++ b/ghost/i18n/locales/ms/portal.json
@@ -1,5 +1,5 @@
{
- "(Save {{highestYearlyDiscount}}%)": "",
+ "(save {{highestYearlyDiscount}}%)": "",
"{{amount}} days free": "Percuma {{amount}} hari",
"{{amount}} off": "",
"{{amount}} off for first {{number}} months.": "{{amount}} potongan untuk {{number}} bulan pertama.",
diff --git a/ghost/i18n/locales/nl/portal.json b/ghost/i18n/locales/nl/portal.json
index 9cea694d8f..1f92d50ad3 100644
--- a/ghost/i18n/locales/nl/portal.json
+++ b/ghost/i18n/locales/nl/portal.json
@@ -1,5 +1,5 @@
{
- "(Save {{highestYearlyDiscount}}%)": "",
+ "(save {{highestYearlyDiscount}}%)": "",
"{{amount}} days free": "{{amount}} dagen gratis",
"{{amount}} off": "{{amount}} korting",
"{{amount}} off for first {{number}} months.": "{{amount}} korting voor de eerste {{number}} maanden.",
diff --git a/ghost/i18n/locales/nn/portal.json b/ghost/i18n/locales/nn/portal.json
index a9159cf341..005a6de2ec 100644
--- a/ghost/i18n/locales/nn/portal.json
+++ b/ghost/i18n/locales/nn/portal.json
@@ -1,5 +1,5 @@
{
- "(Save {{highestYearlyDiscount}}%)": "",
+ "(save {{highestYearlyDiscount}}%)": "",
"{{amount}} days free": "{{amount}} dagar gratis",
"{{amount}} off": "avslag",
"{{amount}} off for first {{number}} months.": "{{amount}} dei første {{number}} månadane.",
diff --git a/ghost/i18n/locales/no/portal.json b/ghost/i18n/locales/no/portal.json
index d626a610c3..dc0738469c 100644
--- a/ghost/i18n/locales/no/portal.json
+++ b/ghost/i18n/locales/no/portal.json
@@ -1,5 +1,5 @@
{
- "(Save {{highestYearlyDiscount}}%)": "",
+ "(save {{highestYearlyDiscount}}%)": "",
"{{amount}} days free": "{{amount}} dager gratis",
"{{amount}} off": "{{amount}} rabatt",
"{{amount}} off for first {{number}} months.": "{{amount}} rabatt første {{number}} måneder.",
diff --git a/ghost/i18n/locales/pl/portal.json b/ghost/i18n/locales/pl/portal.json
index 34d7375be2..5a9aedf9bd 100644
--- a/ghost/i18n/locales/pl/portal.json
+++ b/ghost/i18n/locales/pl/portal.json
@@ -1,5 +1,5 @@
{
- "(Save {{highestYearlyDiscount}}%)": "",
+ "(save {{highestYearlyDiscount}}%)": "",
"{{amount}} days free": "{{amount}} dni za darmo",
"{{amount}} off": "Rabat {{amount}}",
"{{amount}} off for first {{number}} months.": "Rabat {{amount}} na pierwsze {{number}} miesiące.",
diff --git a/ghost/i18n/locales/pt-BR/portal.json b/ghost/i18n/locales/pt-BR/portal.json
index 734409fbd5..11e90328e7 100644
--- a/ghost/i18n/locales/pt-BR/portal.json
+++ b/ghost/i18n/locales/pt-BR/portal.json
@@ -1,5 +1,5 @@
{
- "(Save {{highestYearlyDiscount}}%)": "",
+ "(save {{highestYearlyDiscount}}%)": "",
"{{amount}} days free": "{{amount}} dias grátis",
"{{amount}} off": "{{amount}} de desconto",
"{{amount}} off for first {{number}} months.": "{{amount}} de desconto nos primeiros {{number}} meses.",
diff --git a/ghost/i18n/locales/pt/portal.json b/ghost/i18n/locales/pt/portal.json
index fb5454e82e..3cabbda596 100644
--- a/ghost/i18n/locales/pt/portal.json
+++ b/ghost/i18n/locales/pt/portal.json
@@ -1,5 +1,5 @@
{
- "(Save {{highestYearlyDiscount}}%)": "",
+ "(save {{highestYearlyDiscount}}%)": "",
"{{amount}} days free": "{{amount}} dias gratuitos",
"{{amount}} off": "Desconto de {{amount}}",
"{{amount}} off for first {{number}} months.": "Desconto de {{amount}} nos primeiros {{number}} meses.",
diff --git a/ghost/i18n/locales/ro/portal.json b/ghost/i18n/locales/ro/portal.json
index 322915f3d9..fc8492ddf4 100644
--- a/ghost/i18n/locales/ro/portal.json
+++ b/ghost/i18n/locales/ro/portal.json
@@ -1,5 +1,5 @@
{
- "(Save {{highestYearlyDiscount}}%)": "",
+ "(save {{highestYearlyDiscount}}%)": "",
"{{amount}} days free": "{{amount}} zile gratis",
"{{amount}} off": "{{amount}} redus",
"{{amount}} off for first {{number}} months.": "{{amount}} redus pentru primele {{number}} luni.",
diff --git a/ghost/i18n/locales/ru/portal.json b/ghost/i18n/locales/ru/portal.json
index b14ec3d2a7..51cb9a00f4 100644
--- a/ghost/i18n/locales/ru/portal.json
+++ b/ghost/i18n/locales/ru/portal.json
@@ -1,5 +1,5 @@
{
- "(Save {{highestYearlyDiscount}}%)": "",
+ "(save {{highestYearlyDiscount}}%)": "",
"{{amount}} days free": "",
"{{amount}} off": "",
"{{amount}} off for first {{number}} months.": "",
diff --git a/ghost/i18n/locales/si/portal.json b/ghost/i18n/locales/si/portal.json
index 588ee468e9..8ff2a49257 100644
--- a/ghost/i18n/locales/si/portal.json
+++ b/ghost/i18n/locales/si/portal.json
@@ -1,5 +1,5 @@
{
- "(Save {{highestYearlyDiscount}}%)": "",
+ "(save {{highestYearlyDiscount}}%)": "",
"{{amount}} days free": "දින {{amount}} ක් නොමිලයේ",
"{{amount}} off": "{{amount}} ක වට්ටමක්",
"{{amount}} off for first {{number}} months.": "පළමු මාස {{number}} සඳහා {{amount}} ක වට්ටමක්",
diff --git a/ghost/i18n/locales/sk/portal.json b/ghost/i18n/locales/sk/portal.json
index c6738e9b59..fbbc479e7a 100644
--- a/ghost/i18n/locales/sk/portal.json
+++ b/ghost/i18n/locales/sk/portal.json
@@ -1,5 +1,5 @@
{
- "(Save {{highestYearlyDiscount}}%)": "",
+ "(save {{highestYearlyDiscount}}%)": "",
"{{amount}} days free": "{{amount}} dní zdarma",
"{{amount}} off": "{{amount}} zľava",
"{{amount}} off for first {{number}} months.": "Zľava {{amount}} pre prvé {{number}} mesiace.",
diff --git a/ghost/i18n/locales/sl/portal.json b/ghost/i18n/locales/sl/portal.json
index 7950f2a362..69c644f0d9 100644
--- a/ghost/i18n/locales/sl/portal.json
+++ b/ghost/i18n/locales/sl/portal.json
@@ -1,5 +1,5 @@
{
- "(Save {{highestYearlyDiscount}}%)": "",
+ "(save {{highestYearlyDiscount}}%)": "",
"{{amount}} days free": "",
"{{amount}} off": "",
"{{amount}} off for first {{number}} months.": "",
diff --git a/ghost/i18n/locales/sq/portal.json b/ghost/i18n/locales/sq/portal.json
index 63981a08d5..162ba22181 100644
--- a/ghost/i18n/locales/sq/portal.json
+++ b/ghost/i18n/locales/sq/portal.json
@@ -1,5 +1,5 @@
{
- "(Save {{highestYearlyDiscount}}%)": "",
+ "(save {{highestYearlyDiscount}}%)": "",
"{{amount}} days free": "{{amount}} dite falas",
"{{amount}} off": "{{amount}} zbritje",
"{{amount}} off for first {{number}} months.": "{{amount}} zbritje në {{number}} muajt e parë",
diff --git a/ghost/i18n/locales/sr/portal.json b/ghost/i18n/locales/sr/portal.json
index 1620e2739d..8456e5d126 100644
--- a/ghost/i18n/locales/sr/portal.json
+++ b/ghost/i18n/locales/sr/portal.json
@@ -1,5 +1,5 @@
{
- "(Save {{highestYearlyDiscount}}%)": "",
+ "(save {{highestYearlyDiscount}}%)": "",
"{{amount}} days free": "{{amount}} dana besplatno",
"{{amount}} off": "{{amount}} popusta",
"{{amount}} off for first {{number}} months.": "{{amount}} popusta prvih {{number}} meseci",
diff --git a/ghost/i18n/locales/sv/portal.json b/ghost/i18n/locales/sv/portal.json
index 8bcecc5952..43594b1b8f 100644
--- a/ghost/i18n/locales/sv/portal.json
+++ b/ghost/i18n/locales/sv/portal.json
@@ -1,5 +1,5 @@
{
- "(Save {{highestYearlyDiscount}}%)": "",
+ "(save {{highestYearlyDiscount}}%)": "",
"{{amount}} days free": "{{amount}} gratisdagar",
"{{amount}} off": "{{amount}} i rabatt",
"{{amount}} off for first {{number}} months.": "{{amount}} i rabatt de första {{number}} månaderna.",
diff --git a/ghost/i18n/locales/tr/portal.json b/ghost/i18n/locales/tr/portal.json
index 1226157b81..19392343ac 100644
--- a/ghost/i18n/locales/tr/portal.json
+++ b/ghost/i18n/locales/tr/portal.json
@@ -1,5 +1,5 @@
{
- "(Save {{highestYearlyDiscount}}%)": "(Kaydet %{{highestYearlyDiscount}})",
+ "(save {{highestYearlyDiscount}}%)": "",
"{{amount}} days free": "{{amount}} gün ücretsiz",
"{{amount}} off": "{{amount}} indirim",
"{{amount}} off for first {{number}} months.": "İlk {{number}} ay için {{amount}} indirim.",
diff --git a/ghost/i18n/locales/uk/portal.json b/ghost/i18n/locales/uk/portal.json
index 63d9ed4bab..e72dcc16b6 100644
--- a/ghost/i18n/locales/uk/portal.json
+++ b/ghost/i18n/locales/uk/portal.json
@@ -1,5 +1,5 @@
{
- "(Save {{highestYearlyDiscount}}%)": "",
+ "(save {{highestYearlyDiscount}}%)": "",
"{{amount}} days free": "",
"{{amount}} off": "",
"{{amount}} off for first {{number}} months.": "",
diff --git a/ghost/i18n/locales/uz/portal.json b/ghost/i18n/locales/uz/portal.json
index 58eca83e98..c02dc92714 100644
--- a/ghost/i18n/locales/uz/portal.json
+++ b/ghost/i18n/locales/uz/portal.json
@@ -1,5 +1,5 @@
{
- "(Save {{highestYearlyDiscount}}%)": "",
+ "(save {{highestYearlyDiscount}}%)": "",
"{{amount}} days free": "",
"{{amount}} off": "",
"{{amount}} off for first {{number}} months.": "",
diff --git a/ghost/i18n/locales/vi/portal.json b/ghost/i18n/locales/vi/portal.json
index d33c47c20d..a8c0cdd227 100644
--- a/ghost/i18n/locales/vi/portal.json
+++ b/ghost/i18n/locales/vi/portal.json
@@ -1,5 +1,5 @@
{
- "(Save {{highestYearlyDiscount}}%)": "",
+ "(save {{highestYearlyDiscount}}%)": "",
"{{amount}} days free": "{{amount}} ngày đọc thử",
"{{amount}} off": "Giảm {{amount}}",
"{{amount}} off for first {{number}} months.": "Giảm {{amount}} cho {{number}} tháng đầu tiên.",
diff --git a/ghost/i18n/locales/zh-Hant/portal.json b/ghost/i18n/locales/zh-Hant/portal.json
index a36706acf7..7ff04f57a9 100644
--- a/ghost/i18n/locales/zh-Hant/portal.json
+++ b/ghost/i18n/locales/zh-Hant/portal.json
@@ -1,5 +1,5 @@
{
- "(Save {{highestYearlyDiscount}}%)": "",
+ "(save {{highestYearlyDiscount}}%)": "",
"{{amount}} days free": "{{amount}} 天免費",
"{{amount}} off": "{{amount}} 元優惠",
"{{amount}} off for first {{number}} months.": "前 {{number}} 個月有 {{amount}} 元折扣優惠",
diff --git a/ghost/i18n/locales/zh/portal.json b/ghost/i18n/locales/zh/portal.json
index 88b20c21a6..161af15f2c 100644
--- a/ghost/i18n/locales/zh/portal.json
+++ b/ghost/i18n/locales/zh/portal.json
@@ -1,5 +1,5 @@
{
- "(Save {{highestYearlyDiscount}}%)": "",
+ "(save {{highestYearlyDiscount}}%)": "",
"{{amount}} days free": "{{amount}}天免费",
"{{amount}} off": "减免{{amount}}",
"{{amount}} off for first {{number}} months.": "前{{number}}月减免{{amount}}",