diff --git a/svelte/src/user_home/EmbeddingControls.svelte b/svelte/src/user_home/EmbeddingControls.svelte
index f5b22cc..a3151b3 100644
--- a/svelte/src/user_home/EmbeddingControls.svelte
+++ b/svelte/src/user_home/EmbeddingControls.svelte
@@ -45,12 +45,12 @@ onMount(() => {
Embedding controls
{#if !window.user.subscription.file_viewer_branding}
-
+
Sharing settings are not available for your account. Subscribe to
the Persistence plan or higher to enable these features.
{:else if !window.user.hotlinking_enabled}
-
+
To use embedding restrictions bandwidth sharing needs to be enabled.
Enable bandwidth sharing on the
bandwidth sharing page.
diff --git a/svelte/src/user_home/PageBranding.svelte b/svelte/src/user_home/PageBranding.svelte
index 8c758c3..66837ab 100644
--- a/svelte/src/user_home/PageBranding.svelte
+++ b/svelte/src/user_home/PageBranding.svelte
@@ -94,12 +94,12 @@ onMount(() => {
File viewer branding
{#if !window.user.subscription.file_viewer_branding}
-
+
Sharing settings are not available for your account. Subscribe to
the Persistence plan or higher to enable these features.
{:else if !window.user.hotlinking_enabled}
-
+
To use custom file viewer branding bandwidth sharing needs to be
enabled. Enable bandwidth sharing on the
bandwidth sharing page.