Skip to content

Commit ee2c17f

Browse files
committed
Navigation Link: Change 'Add page' to 'Create page' button text
Follow-up to #71188 addressing review feedback from @scruffian. The button text is changed from 'Add page' to 'Create page' to better reflect the action being performed - creating a new page entity rather than just adding an existing page to the navigation.
1 parent 64be23c commit ee2c17f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/block-library/src/navigation-link/link-ui.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ const LinkUITools = ( {
309309
} }
310310
aria-haspopup={ blockInserterAriaRole }
311311
>
312-
{ __( 'Add page' ) }
312+
{ __( 'Create page' ) }
313313
</Button>
314314
) }
315315
<Button

0 commit comments

Comments
 (0)