From 2993c69dcff8b9908297676cbce7c61e4d7104a2 Mon Sep 17 00:00:00 2001 From: Nathan Freeman Date: Tue, 30 Jan 2024 00:06:07 -0600 Subject: [PATCH] Rename system buttons --- .../SystemToolbar/CreateSystemModal/CreateSystemModal.tsx | 2 +- .../Systems/_components/SystemToolbar/SystemToolbar.tsx | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/tapis-app/Systems/_components/SystemToolbar/CreateSystemModal/CreateSystemModal.tsx b/src/tapis-app/Systems/_components/SystemToolbar/CreateSystemModal/CreateSystemModal.tsx index 088be859a..5aabee514 100644 --- a/src/tapis-app/Systems/_components/SystemToolbar/CreateSystemModal/CreateSystemModal.tsx +++ b/src/tapis-app/Systems/_components/SystemToolbar/CreateSystemModal/CreateSystemModal.tsx @@ -396,7 +396,7 @@ const CreateSystemModal: React.FC = ({ toggle }) => { aria-label="Submit" type="submit" > - Create a new system + Create } diff --git a/src/tapis-app/Systems/_components/SystemToolbar/SystemToolbar.tsx b/src/tapis-app/Systems/_components/SystemToolbar/SystemToolbar.tsx index ba6431674..9687fb088 100644 --- a/src/tapis-app/Systems/_components/SystemToolbar/SystemToolbar.tsx +++ b/src/tapis-app/Systems/_components/SystemToolbar/SystemToolbar.tsx @@ -52,21 +52,21 @@ const SystemToolbar: React.FC = () => { {pathname && (
setModal('createsystem')} aria-label="createSystem" /> setModal('deletesystem')} aria-label="deleteSystem" /> setModal('undeletesystem')}