diff --git a/apps/fabro-web/app/routes/setup.test.ts b/apps/fabro-web/app/routes/setup.test.ts index d7e40bc67..1dd46810a 100644 --- a/apps/fabro-web/app/routes/setup.test.ts +++ b/apps/fabro-web/app/routes/setup.test.ts @@ -14,7 +14,7 @@ describe("setupContentForSearch", () => { ); expect(content.steps.map((step) => step.title)).toEqual([ "Return to Fabro", - "Retry the run", + "Use the new installation", ]); }); }); diff --git a/apps/fabro-web/app/routes/setup.tsx b/apps/fabro-web/app/routes/setup.tsx index fa7bec5db..96d36034d 100644 --- a/apps/fabro-web/app/routes/setup.tsx +++ b/apps/fabro-web/app/routes/setup.tsx @@ -44,11 +44,11 @@ const githubInstallReturnSteps = [ ), }, { - title: "Retry the run", + title: "Use the new installation", body: (
- Start the run or preflight again so Fabro can clone the repository and - push checkpoint branches with the new installation. + Sign in and start a run or preflight. Fabro can now clone repositories + and push checkpoint branches using the new installation.
), },