[Obs AI Assistant] Update date category label (#213108)

This commit is contained in:
Viduni Wickramarachchi 2025-03-04 11:20:12 -05:00 committed by GitHub
parent b213eb6bb2
commit ad8c3e7be5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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">