generic error: fix title
This commit is contained in:
parent
4386ab2379
commit
e5b24ca776
@ -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