From 12d3f1871cf44e4fb2d8a7bd0249b21020c08a32 Mon Sep 17 00:00:00 2001 From: Evan Schleret Date: Sun, 12 Jul 2026 03:13:52 +0200 Subject: [PATCH] fix(ui): typos --- .../settings/cluster/registry/handle-registry.tsx | 4 ++-- .../settings/notifications/handle-notifications.tsx | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/apps/dokploy/components/dashboard/settings/cluster/registry/handle-registry.tsx b/apps/dokploy/components/dashboard/settings/cluster/registry/handle-registry.tsx index e22285c735..fc8cc8a7f7 100644 --- a/apps/dokploy/components/dashboard/settings/cluster/registry/handle-registry.tsx +++ b/apps/dokploy/components/dashboard/settings/cluster/registry/handle-registry.tsx @@ -227,9 +227,9 @@ export const HandleRegistry = ({ registryId }: Props) => { - Add a external registry + Add an external registry - Fill the next fields to add a external registry. + Fill in the following fields to add an external registry. {(isError || testRegistryIsError || testRegistryByIdIsError) && ( diff --git a/apps/dokploy/components/dashboard/settings/notifications/handle-notifications.tsx b/apps/dokploy/components/dashboard/settings/notifications/handle-notifications.tsx index 55ed51aa12..c2e249c2df 100644 --- a/apps/dokploy/components/dashboard/settings/notifications/handle-notifications.tsx +++ b/apps/dokploy/components/dashboard/settings/notifications/handle-notifications.tsx @@ -1828,7 +1828,7 @@ export const HandleNotifications = ({ notificationId }: Props) => {
App Deploy - Trigger the action when a app is deployed. + Trigger the action when an app is deployed.
@@ -1890,7 +1890,7 @@ export const HandleNotifications = ({ notificationId }: Props) => {
Dokploy Backup - Trigger the action when a dokploy backup is created. + Trigger the action when a Dokploy backup is created.
@@ -1932,7 +1932,7 @@ export const HandleNotifications = ({ notificationId }: Props) => {
Docker Cleanup - Trigger the action when the docker cleanup is + Trigger the action when Docker cleanup is performed.
@@ -1955,7 +1955,7 @@ export const HandleNotifications = ({ notificationId }: Props) => {
Dokploy Restart - Trigger the action when dokploy is restarted. + Trigger the action when Dokploy is restarted.