Skip to content

Commit

Permalink
Rename template action
Browse files Browse the repository at this point in the history
  • Loading branch information
karthick-murugan committed Dec 23, 2024
1 parent 52f809e commit 449f398
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export default function SwapTemplateButton( { onClick } ) {
return (
<>
<MenuItem onClick={ () => setShowModal( true ) }>
{ __( 'Swap template' ) }
{ __( 'Replace template' ) }
</MenuItem>
{ showModal && (
<Modal
Expand Down

0 comments on commit 449f398

Please sign in to comment.