diff --git a/apps/ui/src/components/site-list/index.tsx b/apps/ui/src/components/site-list/index.tsx index 0486ae23bd..d0565849e2 100644 --- a/apps/ui/src/components/site-list/index.tsx +++ b/apps/ui/src/components/site-list/index.tsx @@ -314,20 +314,22 @@ function DeleteSiteDialog( { { sprintf( __( 'Delete %s' ), site.name ) } -

- { __( - "The site's database will be lost, including all posts, pages, comments, and media." - ) } -

- - { error ?
{ error }
: null } + +

+ { __( + "The site's database will be lost, including all posts, pages, comments, and media." + ) } +

+ + { error ?
{ error }
: null } +
{ __( 'Cancel' ) }