Skip to content

Commit

Permalink
fix(gui): added readable name for ltne device filter
Browse files Browse the repository at this point in the history
Ticket: MEN-7717
Changelog: Title
Signed-off-by: Manuel Zedel <manuel.zedel@northern.tech>
  • Loading branch information
mzedel committed Nov 29, 2024
1 parent 84e2398 commit a741011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/js/store/commonConstants.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export const DEVICE_FILTERING_OPTIONS = {
},
$ltne: {
key: '$ltne',
title: '$ltne',
title: 'less than or does not exist',
shortform: 'ltne',
help: 'The "lesser than or does not exist" operator can work both on numbers and strings. In the latter case, the operator applies the lexicographical order to the value strings.'
},
Expand Down

0 comments on commit a741011

Please sign in to comment.