Correct JDBC typo
from `JBDC CONNECTION STRING` > `JDBC CONNECTION STRING`
This commit is contained in:
parent
77abfd01ec
commit
ce0e9b7ded
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ export default ({ database, className }: Props) => {
|
|||
</div>
|
||||
</Can>
|
||||
<div css={tw`mt-6`}>
|
||||
<Label>JBDC Connection String</Label>
|
||||
<Label>JDBC Connection String</Label>
|
||||
<CopyOnClick text={`jdbc:mysql://${database.username}:${database.password}@${database.connectionString}/${database.name}`}>
|
||||
<Input
|
||||
type={'text'}
|
||||
|
|
Loading…
Reference in a new issue