diff --git a/modules/rsocials/mod.ts b/modules/rsocials/mod.ts
index de6a554..a172d65 100644
--- a/modules/rsocials/mod.ts
+++ b/modules/rsocials/mod.ts
@@ -523,14 +523,14 @@ routes.get("/threads", (c) => {
routes.get("/campaigns", (c) => {
const space = c.req.param("space") || "demo";
return c.html(renderShell({
- title: `Campaigns — rSocials | rSpace`,
+ title: `Campaign Planner — rSocials | rSpace`,
moduleId: "rsocials",
spaceSlug: space,
modules: getModuleInfoList(),
theme: "dark",
- body: ``,
- styles: ``,
- scripts: ``,
+ body: ``,
+ styles: ``,
+ scripts: ``,
}));
});