From dc2e9d4fa862dde876893a86700139817526231a Mon Sep 17 00:00:00 2001 From: dengfuping Date: Tue, 6 Feb 2024 17:36:32 +0800 Subject: [PATCH] fix(ui): Password en-US text is not correct --- packages/ui/src/Password/locale/en-US.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/ui/src/Password/locale/en-US.ts b/packages/ui/src/Password/locale/en-US.ts index 4973fc82d..dc0c5fe51 100644 --- a/packages/ui/src/Password/locale/en-US.ts +++ b/packages/ui/src/Password/locale/en-US.ts @@ -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', };