Fix typo in messsage when deleting a database (#3777)
This commit is contained in:
parent
59d47e746b
commit
b9d73afb63
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ export default ({ database, className }: Props) => {
|
||||||
<FlashMessageRender byKey={'database:delete'} css={tw`mb-6`}/>
|
<FlashMessageRender byKey={'database:delete'} css={tw`mb-6`}/>
|
||||||
<h2 css={tw`text-2xl mb-6`}>Confirm database deletion</h2>
|
<h2 css={tw`text-2xl mb-6`}>Confirm database deletion</h2>
|
||||||
<p css={tw`text-sm`}>
|
<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.
|
delete the <strong>{database.name}</strong> database and remove all associated data.
|
||||||
</p>
|
</p>
|
||||||
<Form css={tw`m-0 mt-6`}>
|
<Form css={tw`m-0 mt-6`}>
|
||||||
|
|
Loading…
Reference in a new issue