Skip to content

Commit f71b45f

Browse files
committed
fix copy
1 parent 698a819 commit f71b45f

File tree

1 file changed

+1
-1
lines changed
  • web/oss/src/components/Playground/Components/PlaygroundGenerations/assets/GenerationCompletionRow

1 file changed

+1
-1
lines changed

web/oss/src/components/Playground/Components/PlaygroundGenerations/assets/GenerationCompletionRow/SingleView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ const SingleView = ({
131131
size="small"
132132
/>
133133
{testCaseNumber && (
134-
<span className="text-sm text-gray-500" {testCaseNumber}</span>
134+
<span className="text-sm text-gray-500">Test case {testCaseNumber}</span>
135135
)}
136136
<div className="flex-1" />
137137
<div className="flex items-center gap-1 opacity-0 group-hover/item:opacity-100 transition-opacity">

0 commit comments

Comments
 (0)