Skip to content

Commit 090ec2b

Browse files
authored
Merge pull request #2540 from robgraeber/canary
fix: typo and improve grammar
2 parents 1f2dabb + a2abb20 commit 090ec2b

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

apps/dokploy/components/dashboard/mariadb/general/show-external-mariadb-credentials.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ export const ShowExternalMariadbCredentials = ({ mariadbId }: Props) => {
102102
<CardHeader>
103103
<CardTitle className="text-xl">External Credentials</CardTitle>
104104
<CardDescription>
105-
In order to make the database reachable trought internet is
106-
required to set a port, make sure the port is not used by another
105+
In order to make the database reachable through the internet,
106+
you must set a port and ensure that the port is not being used by another
107107
application or database
108108
</CardDescription>
109109
</CardHeader>

apps/dokploy/components/dashboard/mongo/general/show-external-mongo-credentials.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ export const ShowExternalMongoCredentials = ({ mongoId }: Props) => {
102102
<CardHeader>
103103
<CardTitle className="text-xl">External Credentials</CardTitle>
104104
<CardDescription>
105-
In order to make the database reachable trought internet is
106-
required to set a port, make sure the port is not used by another
105+
In order to make the database reachable through the internet,
106+
you must set a port and ensure that the port is not being used by another
107107
application or database
108108
</CardDescription>
109109
</CardHeader>

apps/dokploy/components/dashboard/mysql/general/show-external-mysql-credentials.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ export const ShowExternalMysqlCredentials = ({ mysqlId }: Props) => {
102102
<CardHeader>
103103
<CardTitle className="text-xl">External Credentials</CardTitle>
104104
<CardDescription>
105-
In order to make the database reachable trought internet is
106-
required to set a port, make sure the port is not used by another
105+
In order to make the database reachable through the internet,
106+
you must set a port and ensure that the port is not being used by another
107107
application or database
108108
</CardDescription>
109109
</CardHeader>

apps/dokploy/components/dashboard/postgres/general/show-external-postgres-credentials.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ export const ShowExternalPostgresCredentials = ({ postgresId }: Props) => {
104104
<CardHeader>
105105
<CardTitle className="text-xl">External Credentials</CardTitle>
106106
<CardDescription>
107-
In order to make the database reachable trought internet is
108-
required to set a port, make sure the port is not used by another
107+
In order to make the database reachable through the internet,
108+
you must set a port and ensure that the port is not being used by another
109109
application or database
110110
</CardDescription>
111111
</CardHeader>

apps/dokploy/components/dashboard/redis/general/show-external-redis-credentials.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ export const ShowExternalRedisCredentials = ({ redisId }: Props) => {
9696
<CardHeader>
9797
<CardTitle className="text-xl">External Credentials</CardTitle>
9898
<CardDescription>
99-
In order to make the database reachable trought internet is
100-
required to set a port, make sure the port is not used by another
99+
In order to make the database reachable through the internet,
100+
you must set a port and ensure that the port is not being used by another
101101
application or database
102102
</CardDescription>
103103
</CardHeader>

0 commit comments

Comments
 (0)