Index: src/services/ActivityPubService.js
===================================================================
--- src/services/ActivityPubService.js	(revision 0a686a01435223f44a4aab1f0ddbc04502aa2fd2)
+++ src/services/ActivityPubService.js	(revision f1c50f9e8909d1873e736e05e5b2cb0c167154ba)
@@ -1405,5 +1405,5 @@
       // FEP-633c §5.3, modelled on the guardian offer: the ward forwards the
       // gated follow to its guardians for approval. A LOCAL guardian gets a
-      // push and reads /guardian2 directly; a REMOTE guardian gets an
+      // push and reads /guardian directly; a REMOTE guardian gets an
       // Offer(Follow) delivered so its instance stores a copy (same distributed
       // pattern as the adoption offer). On quorum the ward returns Accept(Follow).
@@ -1419,5 +1419,5 @@
         if (isLocal) {
           const L = pushLang(gslug);
-          pushEvent(gslug, { type: 'guardian', title: i18nT(L, 'push.n_guard_cog_t'), body: i18nT(L, 'push.n_guard_cog_b', { who: fi.name || fi.handle || i18nT(L, 'notif.someone') }), url: `${pushPrefix(gslug)}/guardian2` });
+          pushEvent(gslug, { type: 'guardian', title: i18nT(L, 'push.n_guard_cog_t'), body: i18nT(L, 'push.n_guard_cog_b', { who: fi.name || fi.handle || i18nT(L, 'notif.someone') }), url: `${pushPrefix(gslug)}/guardian` });
         } else {
           fetchActor(g).then((ga) => {
@@ -3009,5 +3009,5 @@
       Guardianship.follows.recordReview(gslug, { id: followId, wardUri, wardInbox: wardDoc && wardDoc.inbox, follower, followerHandle: fai.handle, followerIcon: fai.icon, followJson: JSON.stringify(fo) });
       const L = pushLang(gslug);
-      pushEvent(gslug, { type: 'guardian', title: i18nT(L, 'push.n_guard_cog_t'), body: i18nT(L, 'push.n_guard_cog_b', { who: fai.name || fai.handle || i18nT(L, 'notif.someone') }), url: `${pushPrefix(gslug)}/guardian2` });
+      pushEvent(gslug, { type: 'guardian', title: i18nT(L, 'push.n_guard_cog_t'), body: i18nT(L, 'push.n_guard_cog_b', { who: fai.name || fai.handle || i18nT(L, 'notif.someone') }), url: `${pushPrefix(gslug)}/guardian` });
       stored = true;
     }
@@ -3032,5 +3032,5 @@
 }
 
-// Leg 3: a guardian in /guardian2 decides on a forwarded follow; send the
+// Leg 3: a guardian in /guardian decides on a forwarded follow; send the
 // Accept/Reject back to the ward's inbox (signed by the guardian).
 export async function sendFollowDecision(guardianSite, review, decision) {
