diff --git a/resources/scripts/components/server/databases/DatabasesContainer.tsx b/resources/scripts/components/server/databases/DatabasesContainer.tsx index 877800d68..d01ae1fef 100644 --- a/resources/scripts/components/server/databases/DatabasesContainer.tsx +++ b/resources/scripts/components/server/databases/DatabasesContainer.tsx @@ -52,7 +52,7 @@ export default () => { /> )) : -

+

It looks like you have no databases. Click the button below to create one now.

} diff --git a/resources/scripts/components/server/files/FileManagerContainer.tsx b/resources/scripts/components/server/files/FileManagerContainer.tsx index 2ed28f467..bec0c2a31 100644 --- a/resources/scripts/components/server/files/FileManagerContainer.tsx +++ b/resources/scripts/components/server/files/FileManagerContainer.tsx @@ -48,7 +48,7 @@ export default () => { : {!files.length ? -

+

This directory seems to be empty.

: @@ -60,8 +60,7 @@ export default () => {

This directory is too large to display in the browser, - limiting - the output to the first 250 files. + limiting the output to the first 250 files.

{