diff --git a/web/src/components/input/InputWithTags.tsx b/web/src/components/input/InputWithTags.tsx index 0a7312b65..1c65fe9bb 100755 --- a/web/src/components/input/InputWithTags.tsx +++ b/web/src/components/input/InputWithTags.tsx @@ -928,7 +928,15 @@ export default function InputWithTags({ onSelect={() => handleSuggestionClick(suggestion)} > {i18n.language === "en" ? ( - suggestion + currentFilterType && currentFilterType === "cameras" ? ( + <> + {suggestion} {" ("}{" "} + + {")"} + + ) : ( + suggestion + ) ) : ( <> {suggestion} {" ("}