From ab454894f87dde264aa2ef1d1fd3c6cc02c63578 Mon Sep 17 00:00:00 2001 From: nick-delirium Date: Fri, 24 Jan 2025 15:18:44 +0100 Subject: [PATCH] ui: rename string --- .../Dashboard/components/AddCardSection/AddCardSection.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' },