generic error: fix title

This commit is contained in:
ekatwikz 2024-05-10 10:28:14 +02:00
parent 4386ab2379
commit e5b24ca776

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