Merge pull request #593 from Ekatwikz/ekatwikz-fix-generic-error-title

Fix Generic Error's Title
This commit is contained in:
Ariful Alam 2024-05-12 10:20:55 +06:00 committed by GitHub
commit 6be709b08e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.',
};