Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
spsiddarthan committed Nov 22, 2024
1 parent 0197b88 commit 1673447
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -206,14 +206,15 @@ export function ConfirmationForm( { keyringResult, onComplete, isAdmin }: Confir
<Notice type={ 'warning' }>
<p>
{ __(
'We cannot retrieve which company pages you have access to. This is a known issue with the LinkedIn API. If you would like to connect a company page, please retry after 5 minutes. For more information, clicku00A0',
'We cannot retrieve which company pages you have access to. This is a known issue with the LinkedIn API. If you would like to connect a company page, please retry after 5 minutes. For more information, click',
'jetpack'
) }
&nbsp;
<ExternalLink
key="linkedin-api-documentaion"
href={ getRedirectUrl( 'jetpack-linkedin-permissions-warning' ) }
>
{ __( 'here for more details.', 'jetpack' ) }
{ __( 'here', 'jetpack' ) }
</ExternalLink>
</p>
</Notice>
Expand Down

0 comments on commit 1673447

Please sign in to comment.