diff --git a/web/components/contract-search.tsx b/web/components/contract-search.tsx
index 4581e1d8..6438a3aa 100644
--- a/web/components/contract-search.tsx
+++ b/web/components/contract-search.tsx
@@ -32,7 +32,7 @@ const searchIndexName = ENV === 'DEV' ? 'dev-contracts' : 'contractsIndex'
const sortOptions = [
{ label: 'Newest', value: 'newest' },
- { label: 'Most popular', value: 'score' },
+ { label: 'Trending', value: 'score' },
{ label: 'Most traded', value: 'most-traded' },
{ label: '24h volume', value: '24-hour-vol' },
{ label: 'Last updated', value: 'last-updated' },
diff --git a/web/pages/contract-search-firestore.tsx b/web/pages/contract-search-firestore.tsx
index 2d45e831..ea42b38a 100644
--- a/web/pages/contract-search-firestore.tsx
+++ b/web/pages/contract-search-firestore.tsx
@@ -102,7 +102,7 @@ export default function ContractSearchFirestore(props: {
>
-
+