diff --git a/apps/dokploy/components/dashboard/mariadb/general/show-external-mariadb-credentials.tsx b/apps/dokploy/components/dashboard/mariadb/general/show-external-mariadb-credentials.tsx
index 0b31d4962..ea394d5bf 100644
--- a/apps/dokploy/components/dashboard/mariadb/general/show-external-mariadb-credentials.tsx
+++ b/apps/dokploy/components/dashboard/mariadb/general/show-external-mariadb-credentials.tsx
@@ -102,8 +102,8 @@ export const ShowExternalMariadbCredentials = ({ mariadbId }: Props) => {
External Credentials
- In order to make the database reachable trought internet is
- required to set a port, make sure the port is not used by another
+ In order to make the database reachable through the internet,
+ you must set a port and ensure that the port is not being used by another
application or database
diff --git a/apps/dokploy/components/dashboard/mongo/general/show-external-mongo-credentials.tsx b/apps/dokploy/components/dashboard/mongo/general/show-external-mongo-credentials.tsx
index 51765de9f..36b3c6802 100644
--- a/apps/dokploy/components/dashboard/mongo/general/show-external-mongo-credentials.tsx
+++ b/apps/dokploy/components/dashboard/mongo/general/show-external-mongo-credentials.tsx
@@ -102,8 +102,8 @@ export const ShowExternalMongoCredentials = ({ mongoId }: Props) => {
External Credentials
- In order to make the database reachable trought internet is
- required to set a port, make sure the port is not used by another
+ In order to make the database reachable through the internet,
+ you must set a port and ensure that the port is not being used by another
application or database
diff --git a/apps/dokploy/components/dashboard/mysql/general/show-external-mysql-credentials.tsx b/apps/dokploy/components/dashboard/mysql/general/show-external-mysql-credentials.tsx
index a767b70c0..539d86607 100644
--- a/apps/dokploy/components/dashboard/mysql/general/show-external-mysql-credentials.tsx
+++ b/apps/dokploy/components/dashboard/mysql/general/show-external-mysql-credentials.tsx
@@ -102,8 +102,8 @@ export const ShowExternalMysqlCredentials = ({ mysqlId }: Props) => {
External Credentials
- In order to make the database reachable trought internet is
- required to set a port, make sure the port is not used by another
+ In order to make the database reachable through the internet,
+ you must set a port and ensure that the port is not being used by another
application or database
diff --git a/apps/dokploy/components/dashboard/postgres/general/show-external-postgres-credentials.tsx b/apps/dokploy/components/dashboard/postgres/general/show-external-postgres-credentials.tsx
index 1e4842d13..9a821a6e9 100644
--- a/apps/dokploy/components/dashboard/postgres/general/show-external-postgres-credentials.tsx
+++ b/apps/dokploy/components/dashboard/postgres/general/show-external-postgres-credentials.tsx
@@ -104,8 +104,8 @@ export const ShowExternalPostgresCredentials = ({ postgresId }: Props) => {
External Credentials
- In order to make the database reachable trought internet is
- required to set a port, make sure the port is not used by another
+ In order to make the database reachable through the internet,
+ you must set a port and ensure that the port is not being used by another
application or database
diff --git a/apps/dokploy/components/dashboard/redis/general/show-external-redis-credentials.tsx b/apps/dokploy/components/dashboard/redis/general/show-external-redis-credentials.tsx
index a7b41b61a..bf9b048b9 100644
--- a/apps/dokploy/components/dashboard/redis/general/show-external-redis-credentials.tsx
+++ b/apps/dokploy/components/dashboard/redis/general/show-external-redis-credentials.tsx
@@ -96,8 +96,8 @@ export const ShowExternalRedisCredentials = ({ redisId }: Props) => {
External Credentials
- In order to make the database reachable trought internet is
- required to set a port, make sure the port is not used by another
+ In order to make the database reachable through the internet,
+ you must set a port and ensure that the port is not being used by another
application or database