Skip to content

Commit b7f14c4

Browse files
committed
Replaced ' with '
1 parent a7dbf83 commit b7f14c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ui/edit-password-dialog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export function EditPasswordDialog({ isOpen, onClose, entry }: EditPasswordDialo
8282
<DialogTitle>{entry ? 'Edit Password Entry' : 'Add New Password Entry'}</DialogTitle>
8383
</div>
8484
<DialogDescription>
85-
Make changes to your password entry here. Click save when you're done.
85+
Make changes to your password entry here. Click save when you&apos;re done.
8686
</DialogDescription>
8787
</DialogHeader>
8888
<div className="grid gap-4 py-4">

0 commit comments

Comments
 (0)