Skip to content

Commit ebc9f36

Browse files
committed
update labels
1 parent d68ad70 commit ebc9f36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ui/pages/Security/ChangePassword.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,12 +117,12 @@ function ChangePassword() {
117117
</label>
118118
<label style={{ all: 'unset' }}>
119119
<VStack gap={4}>
120-
<UIText kind="body/regular">Confirm password</UIText>
120+
<UIText kind="body/regular">Confirm new password</UIText>
121121
<VStack gap={4}>
122122
<CustomValidityInput
123123
type="password"
124124
name="confirmPassword"
125-
placeholder="enter the password again"
125+
placeholder="Enter the new password again"
126126
required={true}
127127
customValidity={
128128
formData?.get('confirmPassword') === ''

0 commit comments

Comments
 (0)