@@ -148,22 +148,22 @@ export const useFilters = () => {
148148 {
149149 key : filterKeys . TARGET_FLEETS ,
150150 operators : [ '=' ] ,
151- propertyLabel : 'Target fleets ' ,
151+ propertyLabel : 'Target fleet IDs ' ,
152152 } ,
153153 {
154154 key : filterKeys . TARGET_INSTANCES ,
155155 operators : [ '=' ] ,
156- propertyLabel : 'Target instances ' ,
156+ propertyLabel : 'Target instance IDs ' ,
157157 } ,
158158 {
159159 key : filterKeys . TARGET_RUNS ,
160160 operators : [ '=' ] ,
161- propertyLabel : 'Target runs ' ,
161+ propertyLabel : 'Target run IDs ' ,
162162 } ,
163163 {
164164 key : filterKeys . TARGET_JOBS ,
165165 operators : [ '=' ] ,
166- propertyLabel : 'Target jobs ' ,
166+ propertyLabel : 'Target job IDs ' ,
167167 } ,
168168 {
169169 key : filterKeys . TARGET_VOLUMES ,
@@ -191,13 +191,13 @@ export const useFilters = () => {
191191 {
192192 key : filterKeys . WITHIN_FLEETS ,
193193 operators : [ '=' ] ,
194- propertyLabel : 'Within fleets ' ,
194+ propertyLabel : 'Within fleet IDs ' ,
195195 } ,
196196
197197 {
198198 key : filterKeys . WITHIN_RUNS ,
199199 operators : [ '=' ] ,
200- propertyLabel : 'Within runs ' ,
200+ propertyLabel : 'Within run IDs ' ,
201201 } ,
202202
203203 {
0 commit comments