Skip to content

Commit

Permalink
Fix typo in messsage when deleting a database (#3777)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavog authored Dec 4, 2021
1 parent 59d47e7 commit b9d73af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export default ({ database, className }: Props) => {
<FlashMessageRender byKey={'database:delete'} css={tw`mb-6`}/>
<h2 css={tw`text-2xl mb-6`}>Confirm database deletion</h2>
<p css={tw`text-sm`}>
Deleting a database is a permanent action, it cannot be undone. This will permanetly
Deleting a database is a permanent action, it cannot be undone. This will permanently
delete the <strong>{database.name}</strong> database and remove all associated data.
</p>
<Form css={tw`m-0 mt-6`}>
Expand Down

0 comments on commit b9d73af

Please sign in to comment.