diff --git a/src/components/common/entityData/EntityLogs/Content/cmp.tsx b/src/components/common/entityData/EntityLogs/Content/cmp.tsx
index e0e075b84..cfe36a95a 100644
--- a/src/components/common/entityData/EntityLogs/Content/cmp.tsx
+++ b/src/components/common/entityData/EntityLogs/Content/cmp.tsx
@@ -9,7 +9,7 @@ export const EntityLogsContent = ({ logs }: EntityLogsContentProps) => {
         LOGS
       
       
-        Real-time logs of the of the virtual machine. Use this to debug any
+        Real-time logs of the virtual machine. Use this to debug any
         issue with the boot of your instance and to monitor the behavior of your
         instance while it is running.
       
diff --git a/src/components/common/entityData/EntityLogs/Control/cmp.tsx b/src/components/common/entityData/EntityLogs/Control/cmp.tsx
index 1a9845e90..7335fc299 100644
--- a/src/components/common/entityData/EntityLogs/Control/cmp.tsx
+++ b/src/components/common/entityData/EntityLogs/Control/cmp.tsx
@@ -21,7 +21,7 @@ export const EntityLogsControl = ({
           
             INFO
             
-              Real-time logs of the of the virtual machine. Use this to debug
+              Real-time logs of the virtual machine. Use this to debug
               any issue with the boot of your instance and to monitor the
               behavior of your instance while it is running.