diff --git a/frontend/app/components/AssistStats/AssistStats.tsx b/frontend/app/components/AssistStats/AssistStats.tsx index c607985b9..18e3ef789 100644 --- a/frontend/app/components/AssistStats/AssistStats.tsx +++ b/frontend/app/components/AssistStats/AssistStats.tsx @@ -210,7 +210,7 @@ function AssistStats() {
- Cobrowsing Report + Reports
@@ -294,4 +294,4 @@ function AssistStats() { ); } -export default withPageTitle('Cobrowsing Report - Openreplay')(AssistStats); +export default withPageTitle('Reports - OpenReplay')(AssistStats); diff --git a/frontend/app/layout/data.ts b/frontend/app/layout/data.ts index 1c3f9af09..15e47e71e 100644 --- a/frontend/app/layout/data.ts +++ b/frontend/app/layout/data.ts @@ -75,7 +75,7 @@ export const categories: Category[] = [ items: [ { label: 'Cobrowse', key: MENU.LIVE_SESSIONS, icon: 'broadcast' }, { label: 'Recordings', key: MENU.RECORDINGS, icon: 'record-btn', isEnterprise: true }, - { label: 'Cobrowsing Report', key: MENU.STATS, icon: 'file-bar-graph', isEnterprise: true } + { label: 'Reports', key: MENU.STATS, icon: 'file-bar-graph', isEnterprise: true } ] }, {