Skip to content

Commit f5eaf9f

Browse files
authored
Merge pull request #61 from snkashis/api_keys_typo
api key entry ui: correct (bank --> blank) typo
2 parents a7b02df + 484caa3 commit f5eaf9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/ModelSelectionDialog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ export const ModelSelectionButton: React.FC<{}> = ({ }) => {
145145
<TableCell align="left" >
146146
<TextField fullWidth size="small" type={showKeys ? "text" : "password"}
147147
InputProps={{ style: { fontSize: "0.875rem" } }}
148-
placeholder='leave bank if using keyless access'
148+
placeholder='leave blank if using keyless access'
149149
value={newKey} onChange={(event: any) => { setNewKey(event.target.value); }}
150150
autoComplete='off'/>
151151
</TableCell>

0 commit comments

Comments
 (0)