diff --git a/web/src/components/input/InputWithTags.tsx b/web/src/components/input/InputWithTags.tsx index 6156d49da..3bb73f239 100644 --- a/web/src/components/input/InputWithTags.tsx +++ b/web/src/components/input/InputWithTags.tsx @@ -549,15 +549,15 @@ export default function InputWithTags({ filterValues.map((value, index) => ( - {filterType}:{value} + {filterType}: {value.replaceAll("_", " ")} @@ -566,7 +566,7 @@ export default function InputWithTags({ ) : ( {filterType}: {filterType === "before" || filterType === "after"