diff --git a/svelte/src/file_viewer/EmbedWindow.svelte b/svelte/src/file_viewer/EmbedWindow.svelte
index 7bc86bd..2a0ecf1 100644
--- a/svelte/src/file_viewer/EmbedWindow.svelte
+++ b/svelte/src/file_viewer/EmbedWindow.svelte
@@ -129,8 +129,8 @@ const update_example = () => {
Pro account. You can use this to directly embed a video player,
audio player, photo element or a download button in your site. Make
sure you have bandwidth sharing enabled on your
- subscription page or the embed will
- not work.
+ sharing settings page or the
+ embed will not work.
diff --git a/webcontroller/subscription_activate.go b/webcontroller/subscription_activate.go
index 2379eaf..31c6301 100644
--- a/webcontroller/subscription_activate.go
+++ b/webcontroller/subscription_activate.go
@@ -205,7 +205,7 @@ func (wc *WebController) couponForm(td *TemplateData, r *http.Request) (f Form)
DefaultValue: "",
Description: `When redeeming this coupon code the value will be ` +
`added to your pixeldrain account. Go to the ` +
- `
subscription page ` +
+ `
subscription page ` +
`afterwards to activate your subscription.`,
Type: FieldTypeDescription,
}, {
@@ -243,7 +243,7 @@ func (wc *WebController) couponForm(td *TemplateData, r *http.Request) (f Form)
f.SubmitSuccess = true
f.SubmitMessages = []template.HTML{template.HTML(
`Success! Your account credit has been increased. Visit the ` +
- `
subscription page to ` +
+ `
subscription page to ` +
`activate your subscription`,
)}
}