Skip to content

Commit 30d29b5

Browse files
committed
2 parents 9c47b7b + 1af4756 commit 30d29b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/abpHttp.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export class AbpHttpConfiguration {
5656

5757
defaultError = <IErrorInfo>{
5858
message: 'An error has occurred!',
59-
details: 'Error detail not sent by server.'
59+
details: 'Error details were not sent by server.'
6060
};
6161

6262
defaultError401 = <IErrorInfo>{
@@ -71,7 +71,7 @@ export class AbpHttpConfiguration {
7171

7272
defaultError404 = <IErrorInfo>{
7373
message: 'Resource not found!',
74-
details: 'The resource requested could not found on the server.'
74+
details: 'The resource requested could not be found on the server.'
7575
};
7676

7777
logError(error: IErrorInfo): void {

0 commit comments

Comments
 (0)