Merge pull request #593 from Ekatwikz/ekatwikz-fix-generic-error-title
Fix Generic Error's Title
This commit is contained in:
commit
6be709b08e
@ -50,6 +50,6 @@ export const INVALID_GITHUB_USERNAME_ERROR: CustomError = {
|
||||
|
||||
export const GENERIC_ERROR: CustomError = {
|
||||
status: 500,
|
||||
title: 'Ops!!',
|
||||
title: 'Oops!!',
|
||||
subTitle: 'Something went wrong.',
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user