diff --git a/frontend/src/lib/components/DBManagerDrawer.svelte b/frontend/src/lib/components/DBManagerDrawer.svelte
index 39bf0b528e..969c11aa3a 100644
--- a/frontend/src/lib/components/DBManagerDrawer.svelte
+++ b/frontend/src/lib/components/DBManagerDrawer.svelte
@@ -23,6 +23,7 @@
import ResourcePicker from './ResourcePicker.svelte'
import Alert from './common/alert/Alert.svelte'
import { sendUserToast } from '$lib/toast'
+ import { isCloudHosted } from '$lib/cloud'
interface Props {
uriState: DbManagerUriState
@@ -278,7 +279,7 @@
@@ -286,7 +287,8 @@
{#if importBehavior === 'schema_and_data'}
Importing schema and data will copy all rows from every table in the source database. This
- may take a long time and use significant storage space depending on the size of the source.
+ may take a long time and use significant storage space depending on the size of the
+ source.
{/if}