We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
'
'
1 parent a7dbf83 commit b7f14c4Copy full SHA for b7f14c4
src/components/ui/edit-password-dialog.tsx
@@ -82,7 +82,7 @@ export function EditPasswordDialog({ isOpen, onClose, entry }: EditPasswordDialo
82
<DialogTitle>{entry ? 'Edit Password Entry' : 'Add New Password Entry'}</DialogTitle>
83
</div>
84
<DialogDescription>
85
- Make changes to your password entry here. Click save when you're done.
+ Make changes to your password entry here. Click save when you're done.
86
</DialogDescription>
87
</DialogHeader>
88
<div className="grid gap-4 py-4">
0 commit comments