From 161293cbfdf8c5631f8ea97abc96004e3f18393f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AF=B8=E5=B2=B3?= Date: Tue, 6 Feb 2024 17:41:24 +0800 Subject: [PATCH] fix(ui): Password en-US text is not correct (#469) --- 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', };