fix(capitalization): Capitalizing a button. (#29867)
This commit is contained in:
parent
61c0970968
commit
052b38bdf3
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Reference in New Issue