Skip to content

Commit

Permalink
Social: Rename review sharing status to 'View sharing history' (#39150)
Browse files Browse the repository at this point in the history
  • Loading branch information
manzoorwanijk authored Aug 30, 2024
1 parent c43d404 commit 75155fb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Social: Renamed review sharing status to 'View sharing history'
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const ModalTrigger = forwardRef(

const trigger = (
<Button variant="secondary" onClick={ openShareStatusModal } { ...props } ref={ ref }>
{ props.children || __( 'Review sharing status', 'jetpack' ) }
{ props.children || __( 'View sharing history', 'jetpack' ) }
</Button>
);

Expand Down

0 comments on commit 75155fb

Please sign in to comment.