Skip to content

Commit 84b3960

Browse files
committed
Merge branch 'sfierro/specs' into sfierro/kiln-copilot-upsell
2 parents 95260fe + 4494aa3 commit 84b3960

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

app/web_ui/src/routes/(app)/specs/[project_id]/[task_id]/create_spec/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@
257257
subtitle={`Template: ${formatSpecTypeName(spec_type)}`}
258258
breadcrumbs={[
259259
{
260-
label: "Specs",
260+
label: "Specs & Evals",
261261
href: `/specs/${project_id}/${task_id}`,
262262
},
263263
{

app/web_ui/src/routes/(app)/specs/[project_id]/[task_id]/refine_spec/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@
185185
subtitle="Refine your spec so it correctly captures your goal"
186186
breadcrumbs={[
187187
{
188-
label: "Specs",
188+
label: "Specs & Evals",
189189
href: `/specs/${project_id}/${task_id}`,
190190
},
191191
{

app/web_ui/src/routes/(app)/specs/[project_id]/[task_id]/review_spec/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@
272272
subtitle="Review these examples to ensure the spec accurately captures your goal by comparing your responses against our judge's."
273273
breadcrumbs={[
274274
{
275-
label: "Specs",
275+
label: "Specs & Evals",
276276
href: `/specs/${project_id}/${task_id}`,
277277
},
278278
{

app/web_ui/src/routes/(app)/specs/[project_id]/[task_id]/select_template/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565

6666
<div class="max-w-[1400px]">
6767
<AppPage
68-
title="Select a Spec Template"
68+
title="Select a Template"
6969
subtitle="Start by choosing the template that best fits the spec you want to create."
7070
breadcrumbs={[
7171
{

0 commit comments

Comments
 (0)