Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion frontend/app/lockbox/[boxId]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default async function Lockbox({ params }: { params: { boxId: string } })
<div className="space-y-2 my-auto max-w-md">
<div className="text-4xl font-semibold">Phase Lockbox</div>
<div className="text-neutral-500 text-lg">
You&apos;ve recieved a secret via Phase Lockbox, secured with Zero-Trust encryption.
You&apos;ve received a secret via Phase Lockbox, secured with Zero-Trust encryption.
Click the View button to decrypt and view this secret.
</div>
</div>
Expand Down