diff --git a/frontend/dashboard/src/pages/Corporates/Show.tsx b/frontend/dashboard/src/pages/Corporates/Show.tsx
index 74de84df..71ced220 100644
--- a/frontend/dashboard/src/pages/Corporates/Show.tsx
+++ b/frontend/dashboard/src/pages/Corporates/Show.tsx
@@ -190,7 +190,7 @@ export default function Corporates() {
- Docs (T&C)
+ Docs (Terms & Conditions)
diff --git a/frontend/dashboard/src/pages/Report/DoctorRating/index.tsx b/frontend/dashboard/src/pages/Report/DoctorRating/index.tsx
deleted file mode 100644
index 374a2335..00000000
--- a/frontend/dashboard/src/pages/Report/DoctorRating/index.tsx
+++ /dev/null
@@ -1,38 +0,0 @@
-import { Card, Grid, Container } from '@mui/material';
-import { useParams } from 'react-router-dom';
-import HeaderBreadcrumbs from '@/components/HeaderBreadcrumbs';
-import Page from '@/components/Page';
-import useSettings from '@/hooks/useSettings';
-import List from './List_2';
-
-export default function DoctorRating(){
- const { themeStretch } = useSettings();
-
- const { id } = useParams();
-
- const pageTitle = 'Doctor Rating';
-
- return(
-
-
-
-
-
-
-
-
-
- );
-}
\ No newline at end of file