Skip to content

Commit cc75583

Browse files
committed
Improve view batch tooltip message
1 parent 36a88de commit cc75583

File tree

1 file changed

+1
-1
lines changed
  • apps/webapp/app/routes/resources.orgs.$organizationSlug.projects.$projectParam.env.$envParam.runs.$runParam.spans.$spanParam

1 file changed

+1
-1
lines changed

apps/webapp/app/routes/resources.orgs.$organizationSlug.projects.$projectParam.env.$envParam.runs.$runParam.spans.$spanParam/route.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ function RunBody({
567567
/>
568568
</TextLink>
569569
}
570-
content={`Jump to ${run.batch.friendlyId}`}
570+
content={`View batches filtered by ${run.batch.friendlyId}`}
571571
disableHoverableContent
572572
/>
573573
</Property.Value>

0 commit comments

Comments
 (0)