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

Commit 6faf322

Browse files
authored
Update settings text and styling (#9440)
1 parent df75bc2 commit 6faf322

File tree

2 files changed

+4
-7
lines changed
  • assets/js/blocks/checkout

2 files changed

+4
-7
lines changed

assets/js/blocks/checkout/inner-blocks/checkout-contact-information-block/edit.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,10 @@ export const Edit = ( {
4242
>
4343
<InspectorControls>
4444
<PanelBody
45-
title={ __( 'Account', 'woo-gutenberg-products-block' ) }
45+
title={ __(
46+
'Account creation and guest checkout',
47+
'woo-gutenberg-products-block'
48+
) }
4649
>
4750
<p className="wc-block-checkout__controls-text">
4851
{ __(

assets/js/blocks/checkout/styles/editor.scss

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,17 +51,11 @@ body.wc-lock-selected-block--remove {
5151
}
5252
}
5353

54-
.wc-block-checkout__controls-text {
55-
color: #999;
56-
font-style: italic;
57-
}
58-
5954
.components-base-control--nested {
6055
padding-left: 52px;
6156
margin-top: -12px;
6257
}
6358

64-
6559
.components-panel__body-title .components-button {
6660
opacity: 1;
6761
}

0 commit comments

Comments
 (0)