Skip to content

Commit

Permalink
Use share as tab name for previews
Browse files Browse the repository at this point in the history
  • Loading branch information
sejas committed Feb 12, 2025
1 parent 3229506 commit 30904ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/use-content-tabs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function useTabs() {
tabs.push( {
order: 3,
name: 'previews',
title: __( 'Previews' ),
title: __( 'Share' ),
} );
} else {
tabs.push( {
Expand Down

0 comments on commit 30904ce

Please sign in to comment.