Skip to content

Commit

Permalink
Update string
Browse files Browse the repository at this point in the history
  • Loading branch information
t-hamano committed Aug 24, 2023
1 parent 449ee9d commit fd3ba51
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -250,13 +250,13 @@ const useActionsCommands = () => {
},
{
name: 'add-after',
label: __( 'Add After' ),
label: __( 'Add after' ),
callback: onAddAfter,
icon: add,
},
{
name: 'add-before',
label: __( 'Add Before' ),
label: __( 'Add before' ),
callback: onAddBefore,
icon: add,
},
Expand Down

0 comments on commit fd3ba51

Please sign in to comment.