From a2f229318506504f3fedc59cf52e468e191a7a03 Mon Sep 17 00:00:00 2001 From: Dzmitry Kosarau Date: Fri, 17 Nov 2023 15:18:13 +0500 Subject: [PATCH] EPMRPP-87539 || Fix typo --- app/localization/translated/zh.json | 4 ++-- .../modals/launchAnalysisModal/launchAnalysisModal.jsx | 2 +- .../content/analyzerContainer/autoAnalysis/messages.js | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/localization/translated/zh.json b/app/localization/translated/zh.json index 6f296f9509..7c3ffddaaa 100644 --- a/app/localization/translated/zh.json +++ b/app/localization/translated/zh.json @@ -211,7 +211,7 @@ "AutoAnalysis.numberOfLogLines": "在search engine中应考虑的日志行数", "AutoAnalysis.numberOfLogLinesAllOption": "全部", "AutoAnalysis.numberOfLogLinesDescription": "在search engine中应考虑的日志消息的前几行", - "AutoAnalysis.previousLaunch": "Only Last Launch with the Same Name", + "AutoAnalysis.previousLaunch": "Only last launch with the same name", "AutoAnalysis.sameNameLaunchesCaption": "Previous launches with the same name", "AutoAnalysis.tabDescription": "自动分析允许通过在自动模式下分析测试失败来减少测试执行调查所花费的时间。自动分析的过程基于之前使用机器学习进行的用户调查结果。当启动完成事件和测试项完成事件触发自动分析时,将应用这些设置。有关自动分析的更多信息,您可以在文档中阅读。", "BetaBadge.beta": "测试版", @@ -2196,7 +2196,7 @@ "launchAnalysisModal.baseOptions.allLaunches": "全部测试任务", "launchAnalysisModal.baseOptions.current": "Current launch", "launchAnalysisModal.baseOptions.currentAndWithSameName": "All launches with the same name", - "launchAnalysisModal.baseOptions.previousLaunch": "Only Last Launch with the Same Name", + "launchAnalysisModal.baseOptions.previousLaunch": "Only last launch with the same name", "launchAnalysisModal.baseOptions.withSameName": "Previous launches with the same name", "launchAnalysisModal.itemOptions.byAA": "(由AA)自动分析的测试项", "launchAnalysisModal.itemOptions.investigate": "待分析的测试项", diff --git a/app/src/pages/inside/launchesPage/modals/launchAnalysisModal/launchAnalysisModal.jsx b/app/src/pages/inside/launchesPage/modals/launchAnalysisModal/launchAnalysisModal.jsx index 58b319d0e5..48e7df99ff 100644 --- a/app/src/pages/inside/launchesPage/modals/launchAnalysisModal/launchAnalysisModal.jsx +++ b/app/src/pages/inside/launchesPage/modals/launchAnalysisModal/launchAnalysisModal.jsx @@ -67,7 +67,7 @@ const messages = defineMessages({ }, PREVIOUS_LAUNCH: { id: 'launchAnalysisModal.baseOptions.previousLaunch', - defaultMessage: 'Only Last Launch with the Same Name', + defaultMessage: 'Only last launch with the same name', }, CURRENT_AND_THE_SAME_NAME: { id: 'launchAnalysisModal.baseOptions.currentAndWithSameName', diff --git a/app/src/pages/inside/projectSettingsPageContainer/content/analyzerContainer/autoAnalysis/messages.js b/app/src/pages/inside/projectSettingsPageContainer/content/analyzerContainer/autoAnalysis/messages.js index 3c519a13e7..0d688bade8 100644 --- a/app/src/pages/inside/projectSettingsPageContainer/content/analyzerContainer/autoAnalysis/messages.js +++ b/app/src/pages/inside/projectSettingsPageContainer/content/analyzerContainer/autoAnalysis/messages.js @@ -20,7 +20,7 @@ export const messages = defineMessages({ tabDescription: { id: 'AutoAnalysis.tabDescription', defaultMessage: - 'Auto-Analysis allow to reduce the time spent on test execution investigation by analyzing test failures in automatic mode. The process of Auto-Analysis is based on previous user-investigated results using Machine Learning. The settings are applied when Auto-Analysis triggered on launch finish event as well as on test item finish event. More information about Auto-Analysis you can read in Documentation', + 'Auto-Analysis allows to reduce the time spent on test execution investigation by analyzing test failures in automatic mode. The process of Auto-Analysis is based on previous user-investigated results using Machine Learning. The settings are applied when Auto-Analysis triggered on launch finish event as well as on test item finish event. More information about Auto-Analysis you can read in Documentation', }, autoAnalysis: { id: 'AutoAnalysis.autoAnalysis', @@ -62,7 +62,7 @@ export const messages = defineMessages({ }, previousLaunch: { id: 'AutoAnalysis.previousLaunch', - defaultMessage: 'Only Last Launch with the Same Name', + defaultMessage: 'Only last launch with the same name', }, currentAndTheSameName: { id: 'AutoAnalysis.currentAndWithSameName',