diff --git a/web/packages/teleport/src/Discover/Database/CreateDatabase/const.ts b/web/packages/teleport/src/Discover/Database/CreateDatabase/const.ts
index 46391d4512ea9..3df4fbcc1c907 100644
--- a/web/packages/teleport/src/Discover/Database/CreateDatabase/const.ts
+++ b/web/packages/teleport/src/Discover/Database/CreateDatabase/const.ts
@@ -20,4 +20,4 @@ export const timeoutErrorMsg =
'Teleport could not detect your new database in time. Please try again.';
export const dbWithoutDbServerExistsErrorMsg =
- 'already exists but there are no database servers for it';
+ 'already exists but there are no Teleport agents proxying for it';
diff --git a/web/packages/teleport/src/Discover/Database/DeployService/AutoDeploy/AutoDeploy.tsx b/web/packages/teleport/src/Discover/Database/DeployService/AutoDeploy/AutoDeploy.tsx
index 3ac2e69571dff..5251f9248f808 100644
--- a/web/packages/teleport/src/Discover/Database/DeployService/AutoDeploy/AutoDeploy.tsx
+++ b/web/packages/teleport/src/Discover/Database/DeployService/AutoDeploy/AutoDeploy.tsx
@@ -495,8 +495,8 @@ const DeployHints = ({
to see progress details.
- There are a couple of possible reasons for why we haven't been able
- to detect your database service:
+ There are a few possible reasons for why we haven't been able to
+ detect your database service:
-
- The subnets you selected does not route to an internet gateway
- (igw) or a NAT gateway in a public subnet.
+ The subnets you selected do not route to an internet gateway (igw)
+ or a NAT gateway in a public subnet.
-
- The security groups you selected does not allow outbound traffic
- (eg: 0.0.0.0/0) to reach Teleport cluster.
+ The security groups you selected do not allow outbound traffic
+ (eg: 0.0.0.0/0) to pull the public Teleport image and
+ to reach your Teleport cluster.
-
- The security group attached to your database(s) does not allow
- inbound traffic from the security group you selected or does not
- allow inbound traffic from all IPs in the subnets you selected.
+ The security groups attached to your database(s) neither allow
+ inbound traffic from the security group you selected nor allow
+ inbound traffic from all IPs in the subnets you selected.
-
There may be issues in the region you selected ({region}). Check
@@ -529,10 +530,9 @@ const DeployHints = ({
for any problems.
-
- The network may be slow. Try continuing to wait for a few more
- minutes or{' '}
+ The network may be slow. Try waiting for a few more minutes or{' '}
- try manually deploying your own service.
+ try manually deploying your own database service.