Skip to content

Commit f03d8c3

Browse files
authored
Collapse ... *matching* lines (#1818)
1 parent 30a45a6 commit f03d8c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/Diff/Diff.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ export function flattenGroups(
334334
base: {
335335
text: [
336336
{
337-
text: `${isExpanded ? "▼ Collapse" : "▶ Expand"} ${group.rows.length} unchanged lines`,
337+
text: `${isExpanded ? "▼ Collapse" : "▶ Expand"} ${group.rows.length} matching lines`,
338338
format,
339339
},
340340
],

0 commit comments

Comments
 (0)