diff --git a/src/routes/(admin)/account/(menu)/billing/+page.svelte b/src/routes/(admin)/account/(menu)/billing/+page.svelte
index 2045efdf..97f2e5a7 100644
--- a/src/routes/(admin)/account/(menu)/billing/+page.svelte
+++ b/src/routes/(admin)/account/(menu)/billing/+page.svelte
@@ -51,7 +51,7 @@
initialValue: currentPlanName || "",
},
]}
- editButtonTitle="Manage Subscripton"
+ editButtonTitle="Manage Subscription"
editLink="/account/billing/manage"
/>
{/if}
diff --git a/src/routes/(admin)/account/(menu)/settings/change_email/+page.svelte b/src/routes/(admin)/account/(menu)/settings/change_email/+page.svelte
index 1bd0acb9..6a9b38f3 100644
--- a/src/routes/(admin)/account/(menu)/settings/change_email/+page.svelte
+++ b/src/routes/(admin)/account/(menu)/settings/change_email/+page.svelte
@@ -21,7 +21,7 @@
title="Change Email"
editable={true}
successTitle="Email change initiated"
- successBody="You should recieve emails at both the old and new address to confirm the change. Please click the link in both emails to finalized the change. Until finalized, you must sign in with your current email."
+ successBody="You should receive emails at both the old and new address to confirm the change. Please click the link in both emails to finalized the change. Until finalized, you must sign in with your current email."
formTarget="/account/api?/updateEmail"
fields={[
{
diff --git a/src/routes/(admin)/account/api/+page.server.ts b/src/routes/(admin)/account/api/+page.server.ts
index 690849c6..fc64c697 100644
--- a/src/routes/(admin)/account/api/+page.server.ts
+++ b/src/routes/(admin)/account/api/+page.server.ts
@@ -115,7 +115,7 @@ export const actions = {
}
// Check current password is correct before updating, but only if they didn't log in with "recover" link
- // Note: to make this truely enforced you need to contact supabase. See: https://www.reddit.com/r/Supabase/comments/12iw7o1/updating_password_in_supabase_seems_insecure/
+ // Note: to make this truly enforced you need to contact supabase. See: https://www.reddit.com/r/Supabase/comments/12iw7o1/updating_password_in_supabase_seems_insecure/
// However, having the UI accessible route still verify password is still helpful, and needed once you get the setting above enabled
if (!isRecoverySession) {
const { error } = await supabase.auth.signInWithPassword({
diff --git a/src/routes/(marketing)/+page.svelte b/src/routes/(marketing)/+page.svelte
index b287195a..689ff3ae 100644
--- a/src/routes/(marketing)/+page.svelte
+++ b/src/routes/(marketing)/+page.svelte
@@ -167,7 +167,7 @@
There was an error: {$page?.error?.message}