Skip to content

Commit b9d73af

Browse files
authored
Fix typo in messsage when deleting a database (pterodactyl#3777)
1 parent 59d47e7 commit b9d73af

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
@@ -76,7 +76,7 @@ export default ({ database, className }: Props) => {
7676
<FlashMessageRender byKey={'database:delete'} css={tw`mb-6`}/>
7777
<h2 css={tw`text-2xl mb-6`}>Confirm database deletion</h2>
7878
<p css={tw`text-sm`}>
79-
Deleting a database is a permanent action, it cannot be undone. This will permanetly
79+
Deleting a database is a permanent action, it cannot be undone. This will permanently
8080
delete the <strong>{database.name}</strong> database and remove all associated data.
8181
</p>
8282
<Form css={tw`m-0 mt-6`}>

0 commit comments

Comments
 (0)