Skip to content

Commit 95c11b2

Browse files
committed
Modified matches table entry
Signed-off-by: Omkar Phansopkar <[email protected]>
1 parent bacb847 commit 95c11b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/LicenseEntity/LicenseMatchesTable.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ const LicenseMatchesTable = (props: LicenseMatchProps) => {
5757
)}
5858
{match.from_file && (
5959
<tr>
60-
<td colSpan={2}>Matched file</td>
60+
<td colSpan={2}>From file</td>
6161
<td colSpan={7}>
6262
<CoreLink
6363
onClick={() => goToFileInTableView(match.from_file)}

0 commit comments

Comments
 (0)