From 1012ab975f42786047541f9d62c9811332d4552f Mon Sep 17 00:00:00 2001 From: ntsekouras Date: Thu, 16 Jun 2022 17:42:19 +0300 Subject: [PATCH] change copy for template parts --- .../edit-site/src/components/template-details/template-areas.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/edit-site/src/components/template-details/template-areas.js b/packages/edit-site/src/components/template-details/template-areas.js index 1f9275f73e66f7..9edd7d2e067c2b 100644 --- a/packages/edit-site/src/components/template-details/template-areas.js +++ b/packages/edit-site/src/components/template-details/template-areas.js @@ -64,7 +64,7 @@ function TemplatePartItemMore( { ) } onClick={ clearCustomizations } > - { __( 'Clear customizations' ) } + { __( 'Delete custom template part' ) } ) }