Skip to content

Commit

Permalink
Fix success notice
Browse files Browse the repository at this point in the history
Co-authored-by: Nik Tsekouras <[email protected]>
  • Loading branch information
youknowriad and ntsekouras authored Aug 8, 2024
1 parent a5b6f30 commit 694e2ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/editor/src/dataviews/actions/reorder-page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function ReorderModal( {
await saveEditedEntityRecord( 'postType', item.type, item.id, {
throwOnError: true,
} );
createSuccessNotice( __( 'Order updated' ), {
createSuccessNotice( __( 'Order updated.' ), {
type: 'snackbar',
} );
onActionPerformed?.( items );
Expand Down

0 comments on commit 694e2ea

Please sign in to comment.