Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Fix strings in classic-checkout modal window #11771

Merged
merged 2 commits into from Nov 20, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -12,7 +12,7 @@ export const ModalContent = ( {
return (
<p>
{ __(
'If you continue, the cart block will be replaced with the classic experience powered by shortcode. This means that you may lose customizations and updates you did to the cart block.',
'If you continue, the cart block will be replaced with the classic experience powered by shortcodes. This means that you may lose customizations that you made to the cart block.',
'woo-gutenberg-products-block'
) }
</p>
Expand All @@ -23,7 +23,7 @@ export const ModalContent = ( {
<>
<p>
{ __(
'If you continue, the checkout block be replaced with the classic experience powered by shortcode. This means that you may lose:',
'If you continue, the checkout block will be replaced with the classic experience powered by shortcodes. This means that you may lose:',
'woo-gutenberg-products-block'
) }
</p>
Expand Down