diff --git a/src/Layout/DefaultLayout.jsx b/src/Layout/DefaultLayout.jsx
index c5475bc..23639f0 100644
--- a/src/Layout/DefaultLayout.jsx
+++ b/src/Layout/DefaultLayout.jsx
@@ -259,21 +259,21 @@ const DashboardLayout = ({ isOnline }) => {
return (
- Withdrawal pending request
+ Withdrawal Pending Request
);
case path.startsWith("/withdraw-history"):
return (
- Withdrawal request
+ Withdrawal Request
);
case path.startsWith("/investor-request"):
return (
- Investor pending request
+ Investor Pending Request
);
case path.startsWith("/investor-history"):
@@ -287,14 +287,14 @@ const DashboardLayout = ({ isOnline }) => {
return (
- Deletion pending request
+ Deletion Pending Request
);
case path.startsWith("/deletion-history"):
return (
- Deletion request
+ Deletion Request
);
@@ -366,7 +366,7 @@ const DashboardLayout = ({ isOnline }) => {
return (
- Deletion pending request
+ Deletion Pending Request
);
case path.startsWith("/deletion-history"):
@@ -380,7 +380,7 @@ const DashboardLayout = ({ isOnline }) => {
return (
- Deletion pending request
+ Deletion Pending Request
);
case path.startsWith("/deletion-history"):
diff --git a/src/Pages/AccountDeletion/DeletionRequest.jsx b/src/Pages/AccountDeletion/DeletionRequest.jsx
index c4f0f2e..6d6fd0a 100644
--- a/src/Pages/AccountDeletion/DeletionRequest.jsx
+++ b/src/Pages/AccountDeletion/DeletionRequest.jsx
@@ -91,12 +91,12 @@ const DeletionRequest = () => {
// ====================================================[Table Setup]================================================================
const tableHeadRow = [
"Sr No.",
- "Requested on",
+ "Requested On",
"Client ID",
- "First name",
- "Last name",
+ "First Name",
+ "Last Name",
"Country",
- "Phone number",
+ "Phone Number",
"Status",
"Action"
];
@@ -114,7 +114,7 @@ const DeletionRequest = () => {
{index + 1}.
),
- "Requested on": (
+ "Requested On": (
{
{item?.clientId}
),
- "First name": (
+ "First Name": (
{
{/* {formatDate(item.charge)} */}
),
- "Last name": (
+ "Last Name": (
{
),
- "Phone number": (
+ "Phone Number": (
{errors.adminComment && (