diff --git a/apps/dokploy/components/dashboard/project/add-import.tsx b/apps/dokploy/components/dashboard/project/add-import.tsx
index cdf1acbe4..034710e9c 100644
--- a/apps/dokploy/components/dashboard/project/add-import.tsx
+++ b/apps/dokploy/components/dashboard/project/add-import.tsx
@@ -226,8 +226,7 @@ export const AddImport = ({ environmentId, projectName }: Props) => {
- Select a Server{" "}
- {!isCloud ? "(Optional)" : ""}
+ Select a Server {!isCloud ? "(Optional)" : ""}
@@ -238,7 +237,8 @@ export const AddImport = ({ environmentId, projectName }: Props) => {
>
If no server is selected, the compose will be
- deployed on the server where the user is logged in.
+ deployed on the server where the user is logged
+ in.
@@ -341,7 +341,10 @@ export const AddImport = ({ environmentId, projectName }: Props) => {
{/* Preview modal */}
-