Skip to content

Commit 1ccc0fa

Browse files
authored
Merge pull request #4398 from ampproject/change/remove-element-name
Change notice label from 'Remove Element' to 'Remove Block'
2 parents 3cb3946 + e19d51b commit 1ccc0fa

File tree

1 file changed

+1
-1
lines changed
  • assets/src/block-validation/components/higher-order/with-validation-error-notice

1 file changed

+1
-1
lines changed

assets/src/block-validation/components/higher-order/with-validation-error-notice/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export default createHigherOrderComponent(
4141

4242
const actions = [
4343
{
44-
label: __( 'Remove Element', 'amp' ),
44+
label: __( 'Remove Block', 'amp' ),
4545
onClick: () => onReplace( [] ),
4646
},
4747
];

0 commit comments

Comments
 (0)