diff --git a/packages/app/src/components/home/HomePage.tsx b/packages/app/src/components/home/HomePage.tsx
index da1d0d425c..aa3739728e 100644
--- a/packages/app/src/components/home/HomePage.tsx
+++ b/packages/app/src/components/home/HomePage.tsx
@@ -30,6 +30,7 @@ import { HomePageCalendar } from '@backstage/plugin-gcalendar';
import { MicrosoftCalendarCard } from '@backstage/plugin-microsoft-calendar';
import React from 'react';
import HomeIcon from '@material-ui/icons/Home';
+import { HomePagePagerDutyCard } from '@backstage/plugin-pagerduty';
const clockConfigs: ClockConfig[] = [
{
@@ -93,6 +94,7 @@ export const homePage = (
+
diff --git a/plugins/pagerduty/src/plugin.ts b/plugins/pagerduty/src/plugin.ts
index 408df991e2..2cf330864d 100644
--- a/plugins/pagerduty/src/plugin.ts
+++ b/plugins/pagerduty/src/plugin.ts
@@ -75,7 +75,7 @@ export const HomePagePagerDutyCard = homePlugin.provide(
components: () => import('./components/HomePagePagerDutyCard'),
settings: {
schema: {
- title: 'Pagerduty',
+ title: 'PagerDuty',
type: 'object',
properties: {
integrationKey: {