Skip to content

Commit

Permalink
[Synthetics] Update label for SO object (#164676)
Browse files Browse the repository at this point in the history
  • Loading branch information
shahzad31 authored Aug 31, 2023
1 parent 8d7aa0b commit 9ca2a04
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 @@ -190,8 +190,8 @@ export const getSyntheticsMonitorSavedObjectType = (
getTitle: (savedObject) =>
savedObject.attributes.name +
' - ' +
i18n.translate('xpack.synthetics.syntheticsMonitors', {
defaultMessage: 'Uptime - Monitor',
i18n.translate('xpack.synthetics.syntheticsMonitors.label', {
defaultMessage: 'Synthetics - Monitor',
}),
},
};
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 @@ -37588,7 +37588,6 @@
"xpack.synthetics.synthetics.waterfallChart.labels.timings.ssl": "TLS",
"xpack.synthetics.synthetics.waterfallChart.labels.timings.wait": "En attente (TTFB)",
"xpack.synthetics.syntheticsFeatureCatalogueTitle": "Synthetics",
"xpack.synthetics.syntheticsMonitors": "Uptime - Moniteur",
"xpack.synthetics.testDetails.after": "Après ",
"xpack.synthetics.testDetails.codeExecuted": "Code exécuté",
"xpack.synthetics.testDetails.console": "Console",
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 @@ -37587,7 +37587,6 @@
"xpack.synthetics.synthetics.waterfallChart.labels.timings.ssl": "TLS",
"xpack.synthetics.synthetics.waterfallChart.labels.timings.wait": "待機中(TTFB)",
"xpack.synthetics.syntheticsFeatureCatalogueTitle": "Synthetics",
"xpack.synthetics.syntheticsMonitors": "アップタイム - モニター",
"xpack.synthetics.testDetails.after": "後 ",
"xpack.synthetics.testDetails.codeExecuted": "コードが実行されました",
"xpack.synthetics.testDetails.console": "コンソール",
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 @@ -37581,7 +37581,6 @@
"xpack.synthetics.synthetics.waterfallChart.labels.timings.ssl": "TLS",
"xpack.synthetics.synthetics.waterfallChart.labels.timings.wait": "等待中 (TTFB)",
"xpack.synthetics.syntheticsFeatureCatalogueTitle": "Synthetics",
"xpack.synthetics.syntheticsMonitors": "运行时间 - 监测",
"xpack.synthetics.testDetails.after": "之后 ",
"xpack.synthetics.testDetails.codeExecuted": "已执行代码",
"xpack.synthetics.testDetails.console": "控制台",
Expand Down

0 comments on commit 9ca2a04

Please sign in to comment.