Skip to content

Commit b218ff8

Browse files
committed
Fixed page title
1 parent e2eb321 commit b218ff8

File tree

1 file changed

+1
-1
lines changed
  • apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.waitpoints.http-callbacks

1 file changed

+1
-1
lines changed

apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.waitpoints.http-callbacks/route.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ import {
4949
export const meta: MetaFunction = () => {
5050
return [
5151
{
52-
title: `Waitpoint tokens | Trigger.dev`,
52+
title: `Waitpoint HTTP callbacks | Trigger.dev`,
5353
},
5454
];
5555
};

0 commit comments

Comments
 (0)