diff --git a/apps/dokploy/components/dashboard/settings/destination/show-destinations.tsx b/apps/dokploy/components/dashboard/settings/destination/show-destinations.tsx
index d05d824b..d1dabf42 100644
--- a/apps/dokploy/components/dashboard/settings/destination/show-destinations.tsx
+++ b/apps/dokploy/components/dashboard/settings/destination/show-destinations.tsx
@@ -29,7 +29,7 @@ export const ShowDestinations = () => {
- To create a backup is required to set at least 1 provider.
+ To create a backup it is required to set at least 1 provider.
diff --git a/apps/dokploy/components/dashboard/settings/notifications/show-notifications.tsx b/apps/dokploy/components/dashboard/settings/notifications/show-notifications.tsx
index 46fa5e8b..c22f7b72 100644
--- a/apps/dokploy/components/dashboard/settings/notifications/show-notifications.tsx
+++ b/apps/dokploy/components/dashboard/settings/notifications/show-notifications.tsx
@@ -34,7 +34,7 @@ export const ShowNotifications = () => {
- To send notifications is required to set at least 1 provider.
+ To send notifications it is required to set at least 1 provider.
diff --git a/apps/dokploy/components/dashboard/settings/profile/profile-form.tsx b/apps/dokploy/components/dashboard/settings/profile/profile-form.tsx
index 2f30d07f..43cd2f0e 100644
--- a/apps/dokploy/components/dashboard/settings/profile/profile-form.tsx
+++ b/apps/dokploy/components/dashboard/settings/profile/profile-form.tsx
@@ -95,7 +95,7 @@ export const ProfileForm = () => {
Account
- Change your details of your profile here.
+ Change the details of your profile here.
{!data?.is2FAEnabled ?
:
}
diff --git a/apps/dokploy/components/dashboard/settings/web-domain.tsx b/apps/dokploy/components/dashboard/settings/web-domain.tsx
index 5157239e..509df40d 100644
--- a/apps/dokploy/components/dashboard/settings/web-domain.tsx
+++ b/apps/dokploy/components/dashboard/settings/web-domain.tsx
@@ -80,7 +80,7 @@ export const WebDomain = () => {
Server Domain
- Add your server domain to your application
+ Add a domain to your server application.