Skip to content

Commit

Permalink
[8.18] [Obs AI Assistant] Update date category label (#213108) (#213136)
Browse files Browse the repository at this point in the history
# Backport

This will backport the following commits from `main` to `8.18`:
- [[Obs AI Assistant] Update date category label
(#213108)](#213108)

<!--- Backport version: 9.6.6 -->

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

<!--BACKPORT [{"author":{"name":"Viduni
Wickramarachchi","email":"viduni.wickramarachchi@elastic.co"},"sourceCommit":{"committedDate":"2025-03-04T16:20:12Z","message":"[Obs
AI Assistant] Update date category label
(#213108)","sha":"ad8c3e7be5947931a25d6e07fabf13bef4230d89","branchLabelMapping":{"^v9.1.0$":"main","^v8.19.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:skip","v9.0.0","Team:Obs
AI
Assistant","backport:version","v8.18.0","v9.1.0","v8.19.0"],"title":"[Obs
AI Assistant] Update date category
label","number":213108,"url":"https://github.com/elastic/kibana/pull/213108","mergeCommit":{"message":"[Obs
AI Assistant] Update date category label
(#213108)","sha":"ad8c3e7be5947931a25d6e07fabf13bef4230d89"}},"sourceBranch":"main","suggestedTargetBranches":["9.0","8.18","8.x"],"targetPullRequestStates":[{"branch":"9.0","label":"v9.0.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"8.18","label":"v8.18.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/213108","number":213108,"mergeCommit":{"message":"[Obs
AI Assistant] Update date category label
(#213108)","sha":"ad8c3e7be5947931a25d6e07fabf13bef4230d89"}},{"branch":"8.x","label":"v8.19.0","branchLabelMappingKey":"^v8.19.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->

Co-authored-by: Viduni Wickramarachchi <viduni.wickramarachchi@elastic.co>
  • Loading branch information
kibanamachine and viduni94 authored Mar 4, 2025
1 parent 5bb5384 commit f11bdfd
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,7 @@ export function ConversationList({
<EuiFlexItem grow={false} key={category}>
<EuiPanel hasBorder={false} hasShadow={false} paddingSize="s">
<EuiText className={titleClassName} size="s">
{i18n.translate('xpack.aiAssistant.conversationList.dateGroup', {
defaultMessage: DATE_CATEGORY_LABELS[category],
})}
{DATE_CATEGORY_LABELS[category]}
</EuiText>
</EuiPanel>
<EuiListGroup flush={false} gutterSize="none">
Expand Down

0 comments on commit f11bdfd

Please sign in to comment.