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 d68ad70 commit ebc9f36Copy full SHA for ebc9f36
src/ui/pages/Security/ChangePassword.tsx
@@ -117,12 +117,12 @@ function ChangePassword() {
117
</label>
118
<label style={{ all: 'unset' }}>
119
<VStack gap={4}>
120
- <UIText kind="body/regular">Confirm password</UIText>
+ <UIText kind="body/regular">Confirm new password</UIText>
121
122
<CustomValidityInput
123
type="password"
124
name="confirmPassword"
125
- placeholder="enter the password again"
+ placeholder="Enter the new password again"
126
required={true}
127
customValidity={
128
formData?.get('confirmPassword') === ''
0 commit comments