Skip to content

Commit

Permalink
Update page delete button label (#51812)
Browse files Browse the repository at this point in the history
  • Loading branch information
jameskoster authored Jun 23, 2023
1 parent 7e0d080 commit ed02496
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ export default function DeletePageMenuItem( { postId, onRemove } ) {
isOpen={ isModalOpen }
onConfirm={ removePage }
onCancel={ () => setIsModalOpen( false ) }
confirmButtonText={ __( 'Delete' ) }
>
{ __( 'Are you sure you want to delete this page?' ) }
</ConfirmDialog>
Expand Down

0 comments on commit ed02496

Please sign in to comment.