From 0fd7129d2fc7de505517cffd694bbc9784c9eed3 Mon Sep 17 00:00:00 2001 From: MokireddySampath <120497218+MokireddySampath@users.noreply.github.com> Date: Wed, 31 May 2023 14:54:26 +0530 Subject: [PATCH] Update AddTableEntityPanel.tsx --- src/Explorer/Panes/Tables/AddTableEntityPanel.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Explorer/Panes/Tables/AddTableEntityPanel.tsx b/src/Explorer/Panes/Tables/AddTableEntityPanel.tsx index c9d331ca2..b4bdfee74 100644 --- a/src/Explorer/Panes/Tables/AddTableEntityPanel.tsx +++ b/src/Explorer/Panes/Tables/AddTableEntityPanel.tsx @@ -295,9 +295,8 @@ export const AddTableEntityPanel: FunctionComponent = className="addButtonEntiy" tabIndex={0} onKeyPress={handlekeypressaddentity} - aria-label="Add Property" > - Add Property + Add Entity {getAddButtonLabel(userContext.apiType)} )}