Skip to content

Commit 2b47d18

Browse files
authored
fix: minor ui typo in account settings dialog
1 parent 7a3b092 commit 2b47d18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • frontend/src/app/(user-area)/account/security

frontend/src/app/(user-area)/account/security/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ const Page = () => {
214214
</table>
215215
)}
216216
<h2 className="mt-8 mb-4">Password</h2>
217-
<Dialog isOpen={isSettingPassword} onClose={() => setIsSettingPassword(false)} title="New Passkey">
217+
<Dialog isOpen={isSettingPassword} onClose={() => setIsSettingPassword(false)} title="New Password">
218218
<NewPasswordForm onSuccess={() => setIsSettingPassword(false)} />
219219
</Dialog>
220220
{!currentUser ? (

0 commit comments

Comments
 (0)