Skip to content

Commit 86c9743

Browse files
authored
Merge pull request pterodactyl#2789 from TekExplorer/patch-1
Correct JDBC typo
2 parents 77abfd0 + ce0e9b7 commit 86c9743

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/scripts/components/server/databases/DatabaseRow.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ export default ({ database, className }: Props) => {
131131
</div>
132132
</Can>
133133
<div css={tw`mt-6`}>
134-
<Label>JBDC Connection String</Label>
134+
<Label>JDBC Connection String</Label>
135135
<CopyOnClick text={`jdbc:mysql://${database.username}:${database.password}@${database.connectionString}/${database.name}`}>
136136
<Input
137137
type={'text'}

0 commit comments

Comments
 (0)