This is an automated email from the ASF dual-hosted git repository.

ppawar pushed a commit to branch ATLAS-5120
in repository https://gitbox.apache.org/repos/asf/atlas.git

commit d25616c81189df278e3e8a8f594360f76c0fae15
Author: Prasad Pawar <[email protected]>
AuthorDate: Mon Sep 22 14:29:01 2025 +0530

    ATLAS-5120: [REACT UI] Spelling error in message that appears after entity 
is updated
---
 dashboard/src/views/Entity/EntityForm.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dashboard/src/views/Entity/EntityForm.tsx 
b/dashboard/src/views/Entity/EntityForm.tsx
index d60ef81b1..2f4463a14 100644
--- a/dashboard/src/views/Entity/EntityForm.tsx
+++ b/dashboard/src/views/Entity/EntityForm.tsx
@@ -443,7 +443,7 @@ const EntityForm = ({
       const { guidAssignments } = entityRespData;
       toast.dismiss(toastId.current);
       toastId.current = toast.success(
-        `Entity was ${isEmpty(guid) ? "created" : "udpated"} successfully`
+        `Entity was ${isEmpty(guid) ? "created" : "updated"} successfully`
       );
       const newSearchParams = new URLSearchParams();
       newSearchParams.set("tabActive", "properties");

Reply via email to