We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bacb847 commit 95c11b2Copy full SHA for 95c11b2
src/components/LicenseEntity/LicenseMatchesTable.tsx
@@ -57,7 +57,7 @@ const LicenseMatchesTable = (props: LicenseMatchProps) => {
57
)}
58
{match.from_file && (
59
<tr>
60
- <td colSpan={2}>Matched file</td>
+ <td colSpan={2}>From file</td>
61
<td colSpan={7}>
62
<CoreLink
63
onClick={() => goToFileInTableView(match.from_file)}
0 commit comments