From 8fd031c8ec6361c421abbc5b3bfdc86bc06c5c97 Mon Sep 17 00:00:00 2001 From: maliming Date: Mon, 24 May 2021 17:03:26 +0800 Subject: [PATCH] Update en.json --- .../Volo/Abp/Account/Localization/Resources/en.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/modules/account/src/Volo.Abp.Account.Application.Contracts/Volo/Abp/Account/Localization/Resources/en.json b/modules/account/src/Volo.Abp.Account.Application.Contracts/Volo/Abp/Account/Localization/Resources/en.json index 5817e558ee..459d115398 100644 --- a/modules/account/src/Volo.Abp.Account.Application.Contracts/Volo/Abp/Account/Localization/Resources/en.json +++ b/modules/account/src/Volo.Abp.Account.Application.Contracts/Volo/Abp/Account/Localization/Resources/en.json @@ -62,9 +62,6 @@ "PasswordResetInfoInEmail": "We received an account recovery request! If you initiated this request, click the following link to reset your password.", "ResetMyPassword": "Reset my password", "AccessDenied": "Access denied!", - "AccessDeniedMessage": "You do not have access to this resource.", - "LockedOut": "Locked Out", - "AccountLockedOutTitle": "Your account is locked!", - "AccountLockedOutText": "Please contact to admin." + "AccessDeniedMessage": "You do not have access to this resource." } }