Browse Source

Merge pull request #2349 from olicooper/patch-3

en localization grammar issue
pull/2370/head
Halil İbrahim Kalkan 7 years ago
committed by GitHub
parent
commit
74cba1b65c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      framework/src/Volo.Abp.UI/Localization/Resources/AbpUi/en.json

4
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"
}
}
}

Loading…
Cancel
Save