Skip to content

Commit 4da8e1c

Browse files
k-fishshashjar
authored andcommitted
fix(ourlog): Rename logs cell action from 'search..' to 'add to filter' (#102487)
As described. Closes LOGS-427
1 parent dea4c6e commit 4da8e1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/app/views/explore/logs/useLogAttributesTreeActions.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export function useLogAttributesTreeActions({embedded}: {embedded: boolean}) {
5858
const items: MenuItemProps[] = [
5959
{
6060
key: 'search-for-value',
61-
label: t('Search for this value'),
61+
label: t('Add to filter'),
6262
onAction: () => addSearchFilter(content),
6363
},
6464
{

0 commit comments

Comments
 (0)