Update the summary placeholder text in the product management form. (#35717)

* Product management: change the product summary placeholder text.

* Add changelog

* Correct formatting
This commit is contained in:
AnnaMag 2022-11-24 21:11:04 +01:00 committed by GitHub
parent 3ff334bec9
commit 49aa5e03fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View File

@ -221,6 +221,10 @@ export const ProductDetailsSection: React.FC = () => {
serialize( blocks )
);
} }
placeholder={ __(
"Summarize this product in 1-2 short sentences. We'll show it at the top of the page.",
'woocommerce'
) }
/>
<RichTextEditor
label={ __( 'Description', 'woocommerce' ) }

View File

@ -0,0 +1,4 @@
Significance: minor
Type: update
Adapt the summary text in the product management form.