From 167344760a3b51bd0a6290b0fad43d1bfb0f9f30 Mon Sep 17 00:00:00 2001 From: spsiddarthan Date: Thu, 21 Nov 2024 20:49:34 +0530 Subject: [PATCH] Fix typo --- .../manage-connections-modal/confirmation-form/index.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/projects/js-packages/publicize-components/src/components/manage-connections-modal/confirmation-form/index.tsx b/projects/js-packages/publicize-components/src/components/manage-connections-modal/confirmation-form/index.tsx index 379bd354efe30..8e51a455d0019 100644 --- a/projects/js-packages/publicize-components/src/components/manage-connections-modal/confirmation-form/index.tsx +++ b/projects/js-packages/publicize-components/src/components/manage-connections-modal/confirmation-form/index.tsx @@ -206,14 +206,15 @@ export function ConfirmationForm( { keyringResult, onComplete, isAdmin }: Confir

{ __( - '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' ) } +   - { __( 'here for more details.', 'jetpack' ) } + { __( 'here', 'jetpack' ) }