Skip to content

Commit

Permalink
Social: Fix share status tool tip. (#39372)
Browse files Browse the repository at this point in the history
* Social: Fix share failures not being displayed correctly.

* changelog
  • Loading branch information
spsiddarthan authored Sep 12, 2024
1 parent ce8d68b commit 30b9875
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: minor
Type: fixed

Fixed the display where the error wasn't visible to the user.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ export function ShareStatusLabel( { status, message } ) {
<Icon className={ styles[ 'share-status-icon' ] } icon={ check } />
) : (
<IconTooltip
shift={ true }
inline={ false }
title={ __( 'Sharing failed with the following message:', 'jetpack' ) }
className={ styles[ 'share-status-icon-tooltip' ] }
>
Expand Down

0 comments on commit 30b9875

Please sign in to comment.