diff --git a/Files/Templates/Designs/Swift-v2/eCom/ProductCatalog/ProductSearchDropdownResponse.cshtml b/Files/Templates/Designs/Swift-v2/eCom/ProductCatalog/ProductSearchDropdownResponse.cshtml
index fec6e2522..d863671d3 100644
--- a/Files/Templates/Designs/Swift-v2/eCom/ProductCatalog/ProductSearchDropdownResponse.cshtml
+++ b/Files/Templates/Designs/Swift-v2/eCom/ProductCatalog/ProductSearchDropdownResponse.cshtml
@@ -25,7 +25,7 @@
return input;
}
input = input.ToLower();
- input = input.Replace(textToHighlight, "" + textToHighlight + "");
+ input = input.Replace(textToHighlight, "" + textToHighlight + "");
return "" + input + "";
}
@@ -37,7 +37,7 @@
return input;
}
input = input.ToLower();
- input = input.Replace(textToHighlight, "" + textToHighlight + "");
+ input = input.Replace(textToHighlight, "" + textToHighlight + "");
return "" + input + "";
}