Skip to content

Commit

Permalink
[8.13] [Security Solution][Detection & Response] Fix view all cas…
Browse files Browse the repository at this point in the history
…es button label (#178325) (#178339)

# Backport

This will backport the following commits from `main` to `8.13`:
- [[Security Solution][Detection & Response] Fix view all cases
button label (#178325)](#178325)

<!--- Backport version: 9.4.3 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sqren/backport)

<!--BACKPORT [{"author":{"name":"Karen
Grigoryan","email":"[email protected]"},"sourceCommit":{"committedDate":"2024-03-08T17:12:25Z","message":"[Security
Solution][Detection & Response] Fix view all cases button label
(#178325)\n\nfix for: #177808\r\n\r\n## Summary\r\n\r\nIn detection &
response dashboard button label to all cases has a wrong\r\nlabel
mentioning \"View recent cases\".\r\nThis PR fixes it and changes it to
\"View all cases\".\r\n\r\nBefore:\r\n<img width=\"1496\"
alt=\"image\"\r\nsrc=\"https://github.com/elastic/kibana/assets/1625373/0f0834b9-30f2-435a-ba5e-3f5046cf719d\">\r\n\r\nAfter:\r\n<img
width=\"1496\"
alt=\"image\"\r\nsrc=\"https://github.com/elastic/kibana/assets/1625373/d23066d7-0312-499a-bdd6-aefeb063c9dc\">","sha":"552e8adcca053bbe13cbc087eb7cd6cad473dbb2","branchLabelMapping":{"^v8.14.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","Team:Threat
Hunting","Team:Threat
Hunting:Explore","v8.13.0","v8.14.0"],"title":"[Security
Solution][Detection & Response] Fix view all cases button
label","number":178325,"url":"https://github.com/elastic/kibana/pull/178325","mergeCommit":{"message":"[Security
Solution][Detection & Response] Fix view all cases button label
(#178325)\n\nfix for: #177808\r\n\r\n## Summary\r\n\r\nIn detection &
response dashboard button label to all cases has a wrong\r\nlabel
mentioning \"View recent cases\".\r\nThis PR fixes it and changes it to
\"View all cases\".\r\n\r\nBefore:\r\n<img width=\"1496\"
alt=\"image\"\r\nsrc=\"https://github.com/elastic/kibana/assets/1625373/0f0834b9-30f2-435a-ba5e-3f5046cf719d\">\r\n\r\nAfter:\r\n<img
width=\"1496\"
alt=\"image\"\r\nsrc=\"https://github.com/elastic/kibana/assets/1625373/d23066d7-0312-499a-bdd6-aefeb063c9dc\">","sha":"552e8adcca053bbe13cbc087eb7cd6cad473dbb2"}},"sourceBranch":"main","suggestedTargetBranches":["8.13"],"targetPullRequestStates":[{"branch":"8.13","label":"v8.13.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.14.0","branchLabelMappingKey":"^v8.14.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/178325","number":178325,"mergeCommit":{"message":"[Security
Solution][Detection & Response] Fix view all cases button label
(#178325)\n\nfix for: #177808\r\n\r\n## Summary\r\n\r\nIn detection &
response dashboard button label to all cases has a wrong\r\nlabel
mentioning \"View recent cases\".\r\nThis PR fixes it and changes it to
\"View all cases\".\r\n\r\nBefore:\r\n<img width=\"1496\"
alt=\"image\"\r\nsrc=\"https://github.com/elastic/kibana/assets/1625373/0f0834b9-30f2-435a-ba5e-3f5046cf719d\">\r\n\r\nAfter:\r\n<img
width=\"1496\"
alt=\"image\"\r\nsrc=\"https://github.com/elastic/kibana/assets/1625373/d23066d7-0312-499a-bdd6-aefeb063c9dc\">","sha":"552e8adcca053bbe13cbc087eb7cd6cad473dbb2"}}]}]
BACKPORT-->

Co-authored-by: Karen Grigoryan <[email protected]>
  • Loading branch information
kibanamachine and kapral18 authored Mar 8, 2024
1 parent a75e5d4 commit ad7c080
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export const CasesTable = React.memo(() => {
/>
<EuiSpacer size="m" />
<EuiButton data-test-subj="allCasesButton" onClick={navigateToCases}>
{i18n.VIEW_RECENT_CASES}
{i18n.VIEW_ALL_CASES}
</EuiButton>
</>
)}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -203,10 +203,10 @@ export const OPEN_ALL_ALERTS_BUTTON = i18n.translate(
}
);

export const VIEW_RECENT_CASES = i18n.translate(
'xpack.securitySolution.detectionResponse.viewRecentCases',
export const VIEW_ALL_CASES = i18n.translate(
'xpack.securitySolution.detectionResponse.viewAllCases',
{
defaultMessage: 'View recent cases',
defaultMessage: 'View all cases',
}
);

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 @@ -33605,7 +33605,6 @@
"xpack.securitySolution.detectionResponse.userAlertsUserName": "Nom d'utilisateur",
"xpack.securitySolution.detectionResponse.userSectionTooltip": "Maximum de 100 utilisateurs. Veuillez consulter la page Alertes pour plus d'informations.",
"xpack.securitySolution.detectionResponse.viewCases": "Afficher les cas",
"xpack.securitySolution.detectionResponse.viewRecentCases": "Afficher les cas récents",
"xpack.securitySolution.detections.alerts.agentStatus": "Statut de l'agent",
"xpack.securitySolution.detections.alerts.quarantinedFilePath": "Chemin de fichiers en quarantaine",
"xpack.securitySolution.detections.alerts.ruleType": "Type de règle",
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 @@ -33605,7 +33605,6 @@
"xpack.securitySolution.detectionResponse.userAlertsUserName": "ユーザー名",
"xpack.securitySolution.detectionResponse.userSectionTooltip": "最大100ユーザー。詳細については、「アラート」ページを参照してください。",
"xpack.securitySolution.detectionResponse.viewCases": "ケースの表示",
"xpack.securitySolution.detectionResponse.viewRecentCases": "最近のケースを表示",
"xpack.securitySolution.detections.alerts.agentStatus": "エージェントステータス",
"xpack.securitySolution.detections.alerts.quarantinedFilePath": "隔離されたファイルパス",
"xpack.securitySolution.detections.alerts.ruleType": "ルールタイプ",
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 @@ -33587,7 +33587,6 @@
"xpack.securitySolution.detectionResponse.userAlertsUserName": "用户名",
"xpack.securitySolution.detectionResponse.userSectionTooltip": "最多 100 个用户。请访问“告警”页面获取更多信息。",
"xpack.securitySolution.detectionResponse.viewCases": "查看案例",
"xpack.securitySolution.detectionResponse.viewRecentCases": "查看最近案例",
"xpack.securitySolution.detections.alerts.agentStatus": "代理状态",
"xpack.securitySolution.detections.alerts.quarantinedFilePath": "已隔离文件路径",
"xpack.securitySolution.detections.alerts.ruleType": "规则类型",
Expand Down

0 comments on commit ad7c080

Please sign in to comment.