Skip to content

Commit 73ad0b5

Browse files
committed
Small wording update to make it clearer the runs page will be filtered for “running”
1 parent 99929c6 commit 73ad0b5

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

apps/webapp/app/routes/_app.orgs.$organizationSlug.projects.$projectParam.env.$envParam.queues/route.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ export default function Page() {
392392
period: "30d",
393393
rootOnly: false,
394394
})}
395-
tooltip="View runs"
395+
tooltip="View running runs"
396396
/>
397397
}
398398
compactThreshold={1000000}

0 commit comments

Comments
 (0)