diff --git a/src/components/notifications/PagerTree.vue b/src/components/notifications/PagerTree.vue
index 823eb23b4..0121f65ef 100644
--- a/src/components/notifications/PagerTree.vue
+++ b/src/components/notifications/PagerTree.vue
@@ -2,6 +2,9 @@
@@ -23,11 +26,6 @@
diff --git a/src/lang/en.json b/src/lang/en.json
index 4383aca91..f29f06465 100644
--- a/src/lang/en.json
+++ b/src/lang/en.json
@@ -704,5 +704,6 @@
"pagertreeHigh": "High",
"pagertreeCritical": "Critical",
"pagertreeResolve": "Auto Resolve",
- "pagertreeDoNothing": "Do Nothing"
+ "pagertreeDoNothing": "Do Nothing",
+ "wayToGetPagerTreeIntegrationURL": "After creating the Uptime Kuma integration in PagerTree, copy the Endpoint. See full details {0}"
}