From 7d49cf668c31148c13b65ea42ab3da3d2c0b9c26 Mon Sep 17 00:00:00 2001 From: anovazzi1 Date: Fri, 29 Mar 2024 17:55:33 -0300 Subject: [PATCH] Update variable type options and capitalize Save Variable button --- .../addNewVariableButtonComponent/addNewVariableButton.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/frontend/src/components/addNewVariableButtonComponent/addNewVariableButton.tsx b/src/frontend/src/components/addNewVariableButtonComponent/addNewVariableButton.tsx index 6c80a8aca..8dab6420f 100644 --- a/src/frontend/src/components/addNewVariableButtonComponent/addNewVariableButton.tsx +++ b/src/frontend/src/components/addNewVariableButtonComponent/addNewVariableButton.tsx @@ -77,7 +77,7 @@ export default function AddNewVariableButton({ children }): JSX.Element { }} selectedOption={type} password={false} - options={["Variable", "Credential"]} + options={["Generic", "Credential"]} placeholder="Choose a type for the variable..." > @@ -92,7 +92,7 @@ export default function AddNewVariableButton({ children }): JSX.Element { - + );