fix(capitalization): Capitalizing a button. (#29867)

This commit is contained in:
Evan Rusackas 2024-08-06 10:29:00 -06:00 committed by GitHub
parent 61c0970968
commit 052b38bdf3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ function AlertList({
user,
addSuccessToast,
}: AlertListProps) {
const title = isReportEnabled ? t('report') : t('alert');
const title = isReportEnabled ? t('Report') : t('Alert');
const titlePlural = isReportEnabled ? t('reports') : t('alerts');
const pathName = isReportEnabled ? 'Reports' : 'Alerts';
const initialFilters = useMemo(