Skip to content

Commit

Permalink
Improve copy and don't break strings/
Browse files Browse the repository at this point in the history
  • Loading branch information
spsiddarthan committed Nov 22, 2024
1 parent 1673447 commit 3122530
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -206,15 +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, click',
'We could not 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.',
'jetpack'
) }
&nbsp;
<ExternalLink
key="linkedin-api-documentaion"
href={ getRedirectUrl( 'jetpack-linkedin-permissions-warning' ) }
>
{ __( 'here', 'jetpack' ) }
{ __( 'Learn more', 'jetpack' ) }
</ExternalLink>
</p>
</Notice>
Expand Down

0 comments on commit 3122530

Please sign in to comment.