Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(storefront): PSE-868 Pagebuilder menu items are in the wrong case #2407

Merged
merged 1 commit into from
Dec 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Top Global Region Image Widget overlaps the mobile menu [#2402](https://github.com/bigcommerce/cornerstone/pull/2402)
- Changed default PayPal checkout button color [#2405](https://github.com/bigcommerce/cornerstone/pull/2405)
- Changed default PayPal checkout button size [#2406](https://github.com/bigcommerce/cornerstone/pull/2406)
- Change case of Page builder menu item text [#2407](https://github.com/bigcommerce/cornerstone/pull/2407)

## 6.12.0 (07-06-2023)
- sync package lock file [#2373](https://github.com/bigcommerce/cornerstone/pull/2373)
Expand Down
12 changes: 6 additions & 6 deletions schemaTranslations.json
Original file line number Diff line number Diff line change
Expand Up @@ -1296,7 +1296,7 @@
"pl": "Granica pola aktywna"
},
"i18n.HeaderAndFooter": {
"default": "Header & Footer",
"default": "Header and footer",
"fr": "En-tête et pied de page",
"it": "Intestazione e piè di pagina",
"zh": "页眉和页脚",
Expand Down Expand Up @@ -2214,7 +2214,7 @@
"pl": "Mała"
},
"i18n.HomePage": {
"default": "Home Page",
"default": "Homepage",
"fr": "Page d'accueil",
"it": "Homepage",
"zh": "主页",
Expand Down Expand Up @@ -3546,7 +3546,7 @@
"pl": "Standard"
},
"i18n.ButtonsAndIcons": {
"default": "Buttons & Icons",
"default": "Buttons and icons",
"fr": "Boutons et icônes",
"it": "Pulsanti e icone",
"zh": "按钮与图标",
Expand Down Expand Up @@ -3924,7 +3924,7 @@
"pl": "Pole wyboru i ikona radia"
},
"i18n.CheckoutPage": {
"default": "Checkout Page",
"default": "Checkout page",
"fr": "Page de paiement",
"it": "Pagina di checkout",
"zh": "结账台页面",
Expand Down Expand Up @@ -4734,7 +4734,7 @@
"pl": "Kolor tekstu tostów"
},
"i18n.PaymentButtons": {
"default": "Payment Buttons",
"default": "Payment buttons",
"fr": "Boutons de paiement",
"it": "Pulsanti di pagamento",
"zh": "付款按钮",
Expand Down Expand Up @@ -5508,7 +5508,7 @@
"pl": "Brak"
},
"i18n.PaymentBanners": {
"default": "Payment Banners",
"default": "Payment banners",
"fr": "Bannières de paiement",
"it": "Banner di pagamento",
"zh": "付款横幅",
Expand Down
Loading