You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: web/locales/en/plugin__netobserv-plugin.json
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -375,7 +375,8 @@
375
375
"Equals": "Equals",
376
376
"Learn more": "Learn more",
377
377
"Filter already exists": "Filter already exists",
378
-
"More than operator `>=` is not allowed with `{{searchValue}}`. Use equals or contains operators instead.": "More than operator `>=` is not allowed with `{{searchValue}}`. Use equals or contains operators instead.",
378
+
"More than operator is not allowed with `{{searchValue}}`. Use equals or contains operators instead.": "More than operator is not allowed with `{{searchValue}}`. Use equals or contains operators instead.",
379
+
"Contains operator is not allowed with `{{searchValue}}`. Use equals or more than operators instead.": "Contains operator is not allowed with `{{searchValue}}`. Use equals or more than operators instead.",
"Invalid format. The input should be <filter><comparator><value> such as `name=netobserv`.": "Invalid format. The input should be <filter><comparator><value> such as `name=netobserv`.",
0 commit comments