diff --git a/server/emails/templates/ResourceOTPCode.tsx b/server/emails/templates/ResourceOTPCode.tsx
index a672235a..086dc444 100644
--- a/server/emails/templates/ResourceOTPCode.tsx
+++ b/server/emails/templates/ResourceOTPCode.tsx
@@ -44,7 +44,7 @@ export const ResourceOTPCode = ({
- Your One-Time Password for {resourceName}
+ Your One-Time Code for {resourceName}
Hi {email || "there"},
diff --git a/src/app/auth/resource/[resourceId]/ResourceAccessDenied.tsx b/src/app/auth/resource/[resourceId]/ResourceAccessDenied.tsx
index b47b976f..088782a5 100644
--- a/src/app/auth/resource/[resourceId]/ResourceAccessDenied.tsx
+++ b/src/app/auth/resource/[resourceId]/ResourceAccessDenied.tsx
@@ -19,7 +19,7 @@ export default function ResourceAccessDenied() {
- You're not alowed to access this resource. If this is a mistake,
+ You're not allowed to access this resource. If this is a mistake,
please contact the administrator.