Skip to content

Commit dbdbf4d

Browse files
authored
Rename event target filters in UI (#3517)
1 parent c8d6d1c commit dbdbf4d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

frontend/src/pages/Events/List/hooks/useFilters.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -168,17 +168,17 @@ export const useFilters = () => {
168168
{
169169
key: filterKeys.TARGET_VOLUMES,
170170
operators: ['='],
171-
propertyLabel: 'Target volumes',
171+
propertyLabel: 'Target volume IDs',
172172
},
173173
{
174174
key: filterKeys.TARGET_GATEWAYS,
175175
operators: ['='],
176-
propertyLabel: 'Target gateways',
176+
propertyLabel: 'Target gateway IDs',
177177
},
178178
{
179179
key: filterKeys.TARGET_SECRETS,
180180
operators: ['='],
181-
propertyLabel: 'Target secrets',
181+
propertyLabel: 'Target secret IDs',
182182
},
183183

184184
{

0 commit comments

Comments
 (0)