We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a7b02df + 484caa3 commit f5eaf9fCopy full SHA for f5eaf9f
src/views/ModelSelectionDialog.tsx
@@ -145,7 +145,7 @@ export const ModelSelectionButton: React.FC<{}> = ({ }) => {
145
<TableCell align="left" >
146
<TextField fullWidth size="small" type={showKeys ? "text" : "password"}
147
InputProps={{ style: { fontSize: "0.875rem" } }}
148
- placeholder='leave bank if using keyless access'
+ placeholder='leave blank if using keyless access'
149
value={newKey} onChange={(event: any) => { setNewKey(event.target.value); }}
150
autoComplete='off'/>
151
</TableCell>
0 commit comments