Skip to content

Commit 798bfc2

Browse files
authored
Merge pull request #3801 from HPaulson/patch-1
style: Minor Refactor to VPS recommendation message
2 parents 9d07903 + 3d81b98 commit 798bfc2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

apps/dokploy/components/dashboard/settings/servers/handle-servers.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,9 +171,8 @@ export const HandleServers = ({ serverId, asButton = false }: Props) => {
171171
</DialogHeader>
172172
<div>
173173
<p className="text-primary text-sm font-medium">
174-
You will need to purchase or rent a Virtual Private Server (VPS) to
175-
proceed, we recommend to use one of these providers since has been
176-
heavily tested.
174+
You may need to purchase or rent a Virtual Private Server (VPS) to
175+
proceed. We recommend using one of these heavily tested providers:
177176
</p>
178177
<ul className="list-inside list-disc pl-4 text-sm text-muted-foreground mt-4">
179178
<li>

0 commit comments

Comments
 (0)