Skip to content

Commit 6fbd3b1

Browse files
committed
frontend/user: fix comment
1 parent ae15edc commit 6fbd3b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/pages/user.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ export function User() {
337337
</Form>
338338
</Modal>
339339

340-
{/* Reset password modal */}
340+
{/* Change password modal */}
341341
<Modal show={showPasswordReset} onHide={handleUpdatePasswordClose} centered>
342342
<Form onSubmit={submitUpdatePassword} validated={validated.value} noValidate>
343343
<Modal.Header>

0 commit comments

Comments
 (0)