From a2abb205fd7455b0a8979faccc392423e96aa12e Mon Sep 17 00:00:00 2001 From: Rob Graeber <2387719+robgraeber@users.noreply.github.com> Date: Sat, 6 Sep 2025 13:16:13 -0700 Subject: [PATCH] fix: typo and improve grammar --- .../mariadb/general/show-external-mariadb-credentials.tsx | 4 ++-- .../mongo/general/show-external-mongo-credentials.tsx | 4 ++-- .../mysql/general/show-external-mysql-credentials.tsx | 4 ++-- .../postgres/general/show-external-postgres-credentials.tsx | 4 ++-- .../redis/general/show-external-redis-credentials.tsx | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) 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