Skip to content

Commit aaac754

Browse files
committed
fix: correct spelling in warning text of AuthDialog component
1 parent c797e1d commit aaac754

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frontend/src/ui/AuthDialog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ interface AuthDialogProps {
1515

1616
export const AuthDialog = ({
1717
description = <>Welcome to your <strong className="highlight">whiteboard IDE</strong>. <br /><br /> Open <strong className="highlight">terminals</strong>, <strong className="highlight">VSCode</strong>, or <strong className="highlight">Cursor</strong> in your pad, and start coding right away.</>,
18-
warningText = <>This is a open-source project in beta.<br /> Backup your work!</>,
18+
warningText = <>This is an open-source project in beta.<br /> Back up your work!</>,
1919
onClose,
2020
children,
2121
}: AuthDialogProps) => {

0 commit comments

Comments
 (0)