From 44e7bf1199ad3c62a8a0253ef6ba73f4e10c6eb6 Mon Sep 17 00:00:00 2001 From: Milo Schwartz Date: Wed, 29 Jan 2025 11:14:10 -0500 Subject: [PATCH] fix typo --- server/emails/templates/ResourceOTPCode.tsx | 2 +- src/app/auth/resource/[resourceId]/ResourceAccessDenied.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.