Skip to content

Commit

Permalink
Remove tip from modal copy
Browse files Browse the repository at this point in the history
  • Loading branch information
artemiomorales committed Nov 16, 2022
1 parent 917677d commit fe07bac
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,6 @@ export default function ConvertToLinksModal( { onClose, clientId } ) {
'This menu is automatically kept in sync with pages on your site. You can manage the menu yourself by clicking customize below.'
) }
</p>
<p>
{ __(
'Tip: If you want to return to a managed menu, simply add a new menu item and pick the Pages List block.'
) }
</p>
<div className="wp-block-page-list-modal-buttons">
<Button variant="tertiary" onClick={ onClose }>
{ __( 'Cancel' ) }
Expand Down

0 comments on commit fe07bac

Please sign in to comment.