Skip to content

Commit

Permalink
typo in s3 creation form (#1113)
Browse files Browse the repository at this point in the history
  • Loading branch information
pankaj-peerdb authored Jan 19, 2024
1 parent 91f96ac commit c978de3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/components/PeerForms/S3Form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ const S3Form = ({ setter }: S3Props) => {
You can also choose to use your own PostgreSQL database:
</Label>
<div style={{ width: '50%', display: 'flex', alignItems: 'center' }}>
<Label variant='subheadline'>Use my own metadata detabase</Label>
<Label variant='subheadline'>Use my own metadata database</Label>
<Switch onCheckedChange={(state) => setShowMetadata(state)} />
</div>
{showMetadata &&
Expand Down

0 comments on commit c978de3

Please sign in to comment.