@@ -12,10 +12,10 @@ export const text = {
12
12
copyToClipboard : 'Copy to clipboard' ,
13
13
copyToClipboardSuccess : 'Copied to clipboard' ,
14
14
currentLicenseInformation : 'Current License Information' ,
15
- currentPackageCoordinates : 'Current Package Coordinates' ,
15
+ currentPackageCoordinates : 'Current Component Coordinates' ,
16
16
delete : 'Delete' ,
17
17
description : 'Description' ,
18
- enrichFailure : 'No package found with these coordinates' ,
18
+ enrichFailure : 'No component found with these coordinates' ,
19
19
enrichNoop : 'No more information found' ,
20
20
enrichSuccess : 'Added information where possible' ,
21
21
fromAttributions : 'From Attributions' ,
@@ -30,23 +30,23 @@ export const text = {
30
30
link : 'Link as attribution on selected resource' ,
31
31
noLinkToOpen : 'No link to open. Please enter a URL.' ,
32
32
occurrence : 'occurrence' ,
33
- openLinkInBrowser : 'Open repository URL in browser' ,
33
+ openLinkInBrowser : 'Open component URL in browser' ,
34
34
openSourceInsights : 'Open Source Insights' ,
35
35
origin : 'Origin' ,
36
36
originalLicenseInformation : 'Original License Information' ,
37
- originalPackageCoordinates : 'Original Package Coordinates' ,
37
+ originalPackageCoordinates : 'Original Component Coordinates' ,
38
38
originallyFrom : 'Originally from ' ,
39
- packageCoordinates : 'Package Coordinates' ,
40
- packageName : 'Package Name' ,
41
- packageNamespace : 'Package Namespace' ,
42
- packageType : 'Package Type' ,
43
- packageVersion : 'Package Version' ,
39
+ packageCoordinates : 'Component Coordinates' ,
40
+ packageName : 'Component Name' ,
41
+ packageNamespace : 'Component Namespace' ,
42
+ packageType : 'Component Type' ,
43
+ packageVersion : 'Component Version' ,
44
44
pasteFromClipboard : 'Paste from clipboard' ,
45
45
pasteFromClipboardFailed : 'Clipboard does not contain a valid PURL' ,
46
46
pasteFromClipboardSuccess : 'Pasted from clipboard' ,
47
47
purl : 'PURL' ,
48
48
replace : 'Use as replacement' ,
49
- repositoryUrl : 'Repository URL' ,
49
+ repositoryUrl : 'Component URL' ,
50
50
restore : 'Restore' ,
51
51
revert : 'Revert' ,
52
52
save : 'Save' ,
@@ -197,7 +197,7 @@ export const text = {
197
197
excludedFromNotice : 'Excluded from Notice' ,
198
198
firstParty : 'First Party' ,
199
199
highConfidence : 'High Confidence' ,
200
- incompleteCoordinates : 'Incomplete Package Coordinates' ,
200
+ incompleteCoordinates : 'Incomplete Component Coordinates' ,
201
201
incompleteLegal : 'Incomplete Legal Information' ,
202
202
lowConfidence : 'Low Confidence' ,
203
203
modifiedPreferred : 'Modified Previously Preferred' ,
0 commit comments