diff --git a/src/Pages/IO_Management/CreateIO/Investors.jsx b/src/Pages/IO_Management/CreateIO/Investors.jsx
index 3d37013..a102399 100644
--- a/src/Pages/IO_Management/CreateIO/Investors.jsx
+++ b/src/Pages/IO_Management/CreateIO/Investors.jsx
@@ -182,7 +182,7 @@ const Investors = ({ data }) => {
{item?.clientReference_id}
),
- "First name": (
+ "First Name": (
{
{item.firstName}
),
- "Last name": (
+ "Last Name": (
{
{item.lastName}
),
- "Investment amount": (
+ "Investment Amount": (
{
})}`}
),
- "Total return on Investment": (
+ "Total Return on Investment": (