mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[Obs AI Assistant] Update date category label (#213108)
This commit is contained in:
parent
b213eb6bb2
commit
ad8c3e7be5
1 changed files with 1 additions and 3 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue