Skip to content

Commit dbf1884

Browse files
fixed
1 parent 55ed4f3 commit dbf1884

File tree

1 file changed

+1
-1
lines changed
  • src/ui/layouts/stackComponents/ConfigureComponent/CreateComponent

1 file changed

+1
-1
lines changed

src/ui/layouts/stackComponents/ConfigureComponent/CreateComponent/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ export const CreateComponent: React.FC<{ flavor: any; state: any }> = ({
345345
{props.sensitive ? (
346346
<Box marginTop="lg" style={{ width: '329px' }}>
347347
<MakeSecretField
348-
label={titleCase(props.name)}
348+
label={titleCase(props.name) + ' (Secret)'}
349349
placeholder={''}
350350
handleClick={() => {
351351
const state = {

0 commit comments

Comments
 (0)