diff --git a/packages/ui/primitives/document-password-dialog.tsx b/packages/ui/primitives/document-password-dialog.tsx index da482bae3..61436aa71 100644 --- a/packages/ui/primitives/document-password-dialog.tsx +++ b/packages/ui/primitives/document-password-dialog.tsx @@ -28,19 +28,19 @@ export const PasswordDialog = ({ open, onOpenChange, handleSubmit, isError, setP Password Required {isError ? ( - Incorrect password. Please try again. + Incorrect password. Please try again. ) : ( - + This document is password protected. Please enter the password to view the document. - + )} setPassword(e.target.value)} /> Submit
Incorrect password. Please try again.
+ This document is password protected. Please enter the password to view the document. -