Skip to content

Commit

Permalink
[APM] Fixes duplicated descriptions in the APM integration settings (#…
Browse files Browse the repository at this point in the history
…115692) (#117258)

Co-authored-by: Kibana Machine <[email protected]>
  • Loading branch information
ogupte and kibanamachine authored Nov 3, 2021
1 parent 9c98c2b commit cf61e34
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export function getApmSettings({
'xpack.apm.fleet_integration.settings.apm.hostDescription',
{
defaultMessage:
'Choose a name and description to help identify how this integration will be used.',
'Host defines the host and port the server is listening on. URL is the unchangeable, publicly reachable server URL for deployments on Elastic Cloud or ECK.',
}
),

Expand Down Expand Up @@ -164,10 +164,7 @@ export function getApmSettings({
),
rowDescription: i18n.translate(
'xpack.apm.fleet_integration.settings.apm.responseHeadersDescription',
{
defaultMessage:
'Set limits on request headers sizes and timing configurations.',
}
{ defaultMessage: 'Custom HTTP headers added to HTTP responses' }
),
},
{
Expand Down
2 changes: 0 additions & 2 deletions x-pack/plugins/translations/translations/ja-JP.json
Original file line number Diff line number Diff line change
Expand Up @@ -6234,7 +6234,6 @@
"xpack.apm.fleet_integration.settings.apm.defaultServiceEnvironmentTitle": "サービス構成",
"xpack.apm.fleet_integration.settings.apm.expvarEnabledDescription": "/debug/varsの下に公開されます",
"xpack.apm.fleet_integration.settings.apm.expvarEnabledTitle": "APM Server Golang expvarサポートを有効にする",
"xpack.apm.fleet_integration.settings.apm.hostDescription": "この統合の使用方法を識別できるように、名前と説明を選択してください。",
"xpack.apm.fleet_integration.settings.apm.hostLabel": "ホスト",
"xpack.apm.fleet_integration.settings.apm.hostTitle": "サーバー構成",
"xpack.apm.fleet_integration.settings.apm.idleTimeoutLabel": "基本接続が終了するまでのアイドル時間",
Expand All @@ -6244,7 +6243,6 @@
"xpack.apm.fleet_integration.settings.apm.maxHeaderBytesLabel": "リクエストヘッダーの最大サイズ(バイト)",
"xpack.apm.fleet_integration.settings.apm.maxHeaderBytesTitle": "上限",
"xpack.apm.fleet_integration.settings.apm.readTimeoutLabel": "リクエスト全体を読み取る最大期間",
"xpack.apm.fleet_integration.settings.apm.responseHeadersDescription": "リクエストヘッダーサイズおよびタイミング構成の上限を設定します。",
"xpack.apm.fleet_integration.settings.apm.responseHeadersHelpText": "セキュリティポリシー遵守目的で使用できます。",
"xpack.apm.fleet_integration.settings.apm.responseHeadersLabel": "HTTP応答に追加されたカスタムHTTPヘッダー",
"xpack.apm.fleet_integration.settings.apm.responseHeadersTitle": "カスタムヘッダー",
Expand Down
2 changes: 0 additions & 2 deletions x-pack/plugins/translations/translations/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -6283,7 +6283,6 @@
"xpack.apm.fleet_integration.settings.apm.defaultServiceEnvironmentTitle": "服务配置",
"xpack.apm.fleet_integration.settings.apm.expvarEnabledDescription": "在 /debug/vars 下公开",
"xpack.apm.fleet_integration.settings.apm.expvarEnabledTitle": "启用 APM Server Golang expvar 支持",
"xpack.apm.fleet_integration.settings.apm.hostDescription": "选择有助于确定如何使用此集成的名称和描述。",
"xpack.apm.fleet_integration.settings.apm.hostLabel": "主机",
"xpack.apm.fleet_integration.settings.apm.hostTitle": "服务器配置",
"xpack.apm.fleet_integration.settings.apm.idleTimeoutLabel": "基础连接关闭前的空闲时间",
Expand All @@ -6293,7 +6292,6 @@
"xpack.apm.fleet_integration.settings.apm.maxHeaderBytesLabel": "请求标头的最大大小(字节)",
"xpack.apm.fleet_integration.settings.apm.maxHeaderBytesTitle": "限制",
"xpack.apm.fleet_integration.settings.apm.readTimeoutLabel": "读取整个请求的最大持续时间",
"xpack.apm.fleet_integration.settings.apm.responseHeadersDescription": "设置请求标头大小限制和计时配置。",
"xpack.apm.fleet_integration.settings.apm.responseHeadersHelpText": "可能会用于安全策略合规。",
"xpack.apm.fleet_integration.settings.apm.responseHeadersLabel": "添加到 HTTP 响应的定制 HTTP 标头",
"xpack.apm.fleet_integration.settings.apm.responseHeadersTitle": "定制标头",
Expand Down

0 comments on commit cf61e34

Please sign in to comment.