Browse Source
Update Identity 'LockoutEnabled' localization in en.json
pull/4997/head
olicooper
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
modules/identity/src/Volo.Abp.Identity.Domain.Shared/Volo/Abp/Identity/Localization/en.json
|
|
|
@ -25,7 +25,7 @@ |
|
|
|
"DisplayName:Email": "Email address", |
|
|
|
"DisplayName:PhoneNumber": "Phone number", |
|
|
|
"DisplayName:TwoFactorEnabled": "Two factor verification", |
|
|
|
"DisplayName:LockoutEnabled": "Locking account after failed login attempts", |
|
|
|
"DisplayName:LockoutEnabled": "Lock account after failed login attempts", |
|
|
|
"NewRole": "New role", |
|
|
|
"RoleName": "Role name", |
|
|
|
"CreationTime": "Creation time", |
|
|
|
|