Skip to content

Commit

Permalink
chore(database): deprovision typo (#826)
Browse files Browse the repository at this point in the history
  • Loading branch information
neurosnap authored May 16, 2024
1 parent 89bb020 commit 2e17915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/pages/database-detail-settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ const DatabaseDeprovision = ({ database }: DbProps) => {
<p>
This will permanently deprovision <strong>{database.handle}</strong>{" "}
database. This action cannot be undone. If you want to proceed, type
the <strong>{database.handle}</strong> below to continue.
<strong>{database.handle}</strong> below to continue.
</p>

<BannerMessages {...loader} />
Expand Down

0 comments on commit 2e17915

Please sign in to comment.