We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59d47e7 commit b9d73afCopy full SHA for b9d73af
resources/scripts/components/server/databases/DatabaseRow.tsx
@@ -76,7 +76,7 @@ export default ({ database, className }: Props) => {
76
<FlashMessageRender byKey={'database:delete'} css={tw`mb-6`}/>
77
<h2 css={tw`text-2xl mb-6`}>Confirm database deletion</h2>
78
<p css={tw`text-sm`}>
79
- 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
80
delete the <strong>{database.name}</strong> database and remove all associated data.
81
</p>
82
<Form css={tw`m-0 mt-6`}>
0 commit comments