From c8ef5c4f0ce913388e5c6c0638769f3b52b68476 Mon Sep 17 00:00:00 2001 From: olicooper Date: Mon, 9 Dec 2019 15:01:24 +0000 Subject: [PATCH] en localization grammar issue --- .../src/Volo.Abp.UI/Localization/Resources/AbpUi/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/framework/src/Volo.Abp.UI/Localization/Resources/AbpUi/en.json b/framework/src/Volo.Abp.UI/Localization/Resources/AbpUi/en.json index 4f44ae87c22..0bd6ba54623 100644 --- a/framework/src/Volo.Abp.UI/Localization/Resources/AbpUi/en.json +++ b/framework/src/Volo.Abp.UI/Localization/Resources/AbpUi/en.json @@ -4,7 +4,7 @@ "InternalServerErrorMessage": "An internal error occurred during your request!", "ValidationErrorMessage": "Your request is not valid!", "ValidationNarrativeErrorMessageTitle": "The following errors were detected during validation.", - "DefaultErrorMessage": "An error has been occurred!", + "DefaultErrorMessage": "An error has occurred!", "DefaultErrorMessageDetail": "Error detail not sent by server.", "DefaultErrorMessage401": "You are not authenticated!", "DefaultErrorMessage401Detail": "You should sign in to perform this operation.", @@ -55,4 +55,4 @@ "GoHomePage": "Go to the homepage", "GoBack": "Go back" } -} \ No newline at end of file +}