Skip to content

Commit

Permalink
[Obs AI Assistant] Update date category label (#213108)
Browse files Browse the repository at this point in the history
  • Loading branch information
viduni94 authored Mar 4, 2025
1 parent b213eb6 commit ad8c3e7
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 ad8c3e7

Please sign in to comment.