Skip to content

Commit

Permalink
[Remote Clusters] Update copy about port help text (#164442)
Browse files Browse the repository at this point in the history
  • Loading branch information
sabarasaba authored Aug 23, 2023
1 parent b7c9175 commit 5c39cc3
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ export const SniffConnection: FunctionComponent<Props> = ({
transportPort: (
<EuiLink href={transportPortUrl} target="_blank">
<FormattedMessage
id="xpack.remoteClusters.remoteClusterForm.sectionSeedsHelpText.transportPortLinkText"
defaultMessage="transport port"
id="xpack.remoteClusters.remoteClusterForm.sectionSeedsHelpText.portLinkText"
defaultMessage="port"
/>
</EuiLink>
),
Expand Down
1 change: 0 additions & 1 deletion x-pack/plugins/translations/translations/fr-FR.json
Original file line number Diff line number Diff line change
Expand Up @@ -28433,7 +28433,6 @@
"xpack.remoteClusters.remoteClusterForm.sectionModeTitle": "Mode de connexion",
"xpack.remoteClusters.remoteClusterForm.sectionNameDescription": "Nom unique pour le cluster.",
"xpack.remoteClusters.remoteClusterForm.sectionNameTitle": "Nom",
"xpack.remoteClusters.remoteClusterForm.sectionSeedsHelpText.transportPortLinkText": "port de transport",
"xpack.remoteClusters.remoteClusterForm.sectionSkipUnavailableDescription.learnMoreLinkLabel": "En savoir plus.",
"xpack.remoteClusters.remoteClusterForm.sectionSkipUnavailableDescription.optionNameLabel": "Ignorer si indisponible",
"xpack.remoteClusters.remoteClusterForm.sectionSkipUnavailableLabel": "Ignorer si indisponible",
Expand Down
1 change: 0 additions & 1 deletion x-pack/plugins/translations/translations/ja-JP.json
Original file line number Diff line number Diff line change
Expand Up @@ -28433,7 +28433,6 @@
"xpack.remoteClusters.remoteClusterForm.sectionModeTitle": "接続モード",
"xpack.remoteClusters.remoteClusterForm.sectionNameDescription": "クラスターの固有の名前です。",
"xpack.remoteClusters.remoteClusterForm.sectionNameTitle": "名前",
"xpack.remoteClusters.remoteClusterForm.sectionSeedsHelpText.transportPortLinkText": "トランスポートポート",
"xpack.remoteClusters.remoteClusterForm.sectionSkipUnavailableDescription.learnMoreLinkLabel": "詳細情報",
"xpack.remoteClusters.remoteClusterForm.sectionSkipUnavailableDescription.optionNameLabel": "利用不可の場合スキップ",
"xpack.remoteClusters.remoteClusterForm.sectionSkipUnavailableLabel": "利用不可の場合スキップ",
Expand Down
1 change: 0 additions & 1 deletion x-pack/plugins/translations/translations/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -28431,7 +28431,6 @@
"xpack.remoteClusters.remoteClusterForm.sectionModeTitle": "连接模式",
"xpack.remoteClusters.remoteClusterForm.sectionNameDescription": "集群的唯一名称。",
"xpack.remoteClusters.remoteClusterForm.sectionNameTitle": "名称",
"xpack.remoteClusters.remoteClusterForm.sectionSeedsHelpText.transportPortLinkText": "传输端口",
"xpack.remoteClusters.remoteClusterForm.sectionSkipUnavailableDescription.learnMoreLinkLabel": "了解详情。",
"xpack.remoteClusters.remoteClusterForm.sectionSkipUnavailableDescription.optionNameLabel": "如果不可用,则跳过",
"xpack.remoteClusters.remoteClusterForm.sectionSkipUnavailableLabel": "如果不可用,则跳过",
Expand Down

0 comments on commit 5c39cc3

Please sign in to comment.