diff --git a/frontend/src/components/v2/PasswordGenerator/PasswordGenerator.tsx b/frontend/src/components/v2/PasswordGenerator/PasswordGenerator.tsx index 62002b492..4ce4a7ffa 100644 --- a/frontend/src/components/v2/PasswordGenerator/PasswordGenerator.tsx +++ b/frontend/src/components/v2/PasswordGenerator/PasswordGenerator.tsx @@ -112,9 +112,8 @@ const PasswordGeneratorModal = ({ className="w-full max-w-lg rounded-lg border border-mineshaft-600 bg-mineshaft-800 shadow-xl" >
-

Password Generator

-

Generate strong unique passwords

- +

Generate Random Value

+

Generate strong unique values

{password}
@@ -146,18 +145,18 @@ const PasswordGeneratorModal = ({
-
setPasswordOptions({ ...passwordOptions, length: value })} className="mb-1" - aria-labelledby="password-length-label" + aria-labelledby="value-length-label" />
@@ -219,7 +218,7 @@ const PasswordGeneratorModal = ({ onClick={usePassword} className="ml-2" > - Use Password + Use Value )}
@@ -251,12 +250,13 @@ export const PasswordGenerator = ({ return ( <>