diff --git a/frontend/app/components/Dashboard/components/AddCardSection/AddCardSection.tsx b/frontend/app/components/Dashboard/components/AddCardSection/AddCardSection.tsx index 62ae52853..7ca4644dd 100644 --- a/frontend/app/components/Dashboard/components/AddCardSection/AddCardSection.tsx +++ b/frontend/app/components/Dashboard/components/AddCardSection/AddCardSection.tsx @@ -289,7 +289,7 @@ const AddCardSection = observer( const options = isMobile ? [ { label: 'Product Analytics', value: 'product_analytics' }, - { label: 'Web Analytics', value: 'web_analytics' }, + { label: 'Mobile Analytics', value: 'web_analytics' }, ] : [ { label: 'Product Analytics', value: 'product_analytics' },