mirror of
https://github.com/fosrl/pangolin.git
synced 2025-07-08 21:15:01 +02:00
fix typo
This commit is contained in:
parent
20f659db89
commit
44e7bf1199
2 changed files with 2 additions and 2 deletions
|
@ -44,7 +44,7 @@ export const ResourceOTPCode = ({
|
||||||
<EmailLetterHead />
|
<EmailLetterHead />
|
||||||
|
|
||||||
<EmailHeading>
|
<EmailHeading>
|
||||||
Your One-Time Password for {resourceName}
|
Your One-Time Code for {resourceName}
|
||||||
</EmailHeading>
|
</EmailHeading>
|
||||||
|
|
||||||
<EmailGreeting>Hi {email || "there"},</EmailGreeting>
|
<EmailGreeting>Hi {email || "there"},</EmailGreeting>
|
||||||
|
|
|
@ -19,7 +19,7 @@ export default function ResourceAccessDenied() {
|
||||||
</CardTitle>
|
</CardTitle>
|
||||||
</CardHeader>
|
</CardHeader>
|
||||||
<CardContent>
|
<CardContent>
|
||||||
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.
|
please contact the administrator.
|
||||||
<div className="text-center mt-4">
|
<div className="text-center mt-4">
|
||||||
<Button>
|
<Button>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue