Skip to content

Commit

Permalink
Removing link from native connector advanced configuration steps (#14…
Browse files Browse the repository at this point in the history
…2541) (#142621)

(cherry picked from commit d7700a6)

Co-authored-by: Byron Hulcher <[email protected]>
  • Loading branch information
kibanamachine and byronhulcher authored Oct 4, 2022
1 parent 178230a commit ce7621e
Showing 1 changed file with 2 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { i18n } from '@kbn/i18n';
import { FormattedMessage } from '@kbn/i18n-react';

import { generateEncodedPath } from '../../../../../shared/encode_path_params';
import { EuiLinkTo, EuiButtonTo } from '../../../../../shared/react_router_helpers';
import { EuiButtonTo } from '../../../../../shared/react_router_helpers';

import { SEARCH_INDEX_TAB_PATH } from '../../../../routes';
import { IndexNameLogic } from '../../index_name_logic';
Expand All @@ -31,19 +31,7 @@ export const NativeConnectorAdvancedConfiguration: React.FC = () => {
<EuiText size="s">
<FormattedMessage
id="xpack.enterpriseSearch.content.indices.configurationConnector.nativeConnectorAdvancedConfiguration.description"
defaultMessage="Finalize your connector by triggering a one time sync, or setting a {schedulingLink}."
values={{
schedulingLink: (
<EuiLinkTo to={'' /* TODO docLinks */}>
{i18n.translate(
'xpack.enterpriseSearch.content.indices.configurationConnector.nativeConnectorAdvancedConfiguration.recurringScheduleLinkLabel',
{
defaultMessage: 'recurring sync schedule',
}
)}
</EuiLinkTo>
),
}}
defaultMessage="Finalize your connector by triggering a one time sync, or setting a recurring sync schedule."
/>
</EuiText>
</EuiFlexItem>
Expand Down

0 comments on commit ce7621e

Please sign in to comment.