diff --git a/striker-ui/components/StrikerConfig/AddPeerDialog.tsx b/striker-ui/components/StrikerConfig/AddPeerDialog.tsx index 1ccfcaad..2b1990cd 100644 --- a/striker-ui/components/StrikerConfig/AddPeerDialog.tsx +++ b/striker-ui/components/StrikerConfig/AddPeerDialog.tsx @@ -102,7 +102,7 @@ const AddPeerDialog = forwardRef< sx: { minWidth: '4.6em', width: '25%' }, }} id="add-peer-user-input" - inputProps={{ placeholder: 'admin' }} + inputProps={{ placeholder: 'root' }} label={LABEL.user} /> }