Skip to content

Commit

Permalink
fix(ui): Password en-US text is not correct
Browse files Browse the repository at this point in the history
  • Loading branch information
dengfuping committed Feb 6, 2024
1 parent 70d1c90 commit dc2e9d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/ui/src/Password/locale/en-US.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ export default {
placeholder: 'Please enter the password',
generatePlaceholder: 'Enter or randomly generate',
randomlyGenerate: 'Randomly generate',
pleaseKeepYourPasswordIn: 'lease keep your password in mind.',
pleaseKeepYourPasswordIn: 'Please remember your password in mind.',
copySuccessfully: 'Copied',
copyPassword: ' copy password ',
andKeepItProperly: 'and keep it properly',
andKeepItProperly: 'and save it securely',
};

0 comments on commit dc2e9d4

Please sign in to comment.