Skip to content

Commit 40e9e62

Browse files
authored
Update DisplayPackage.cshtml
The second word should start with lowercase. See other texts on a package's page. `Source Code` renamed to `Source repository`.
1 parent 64a491d commit 40e9e62

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/NuGetGallery/Views/Packages/DisplayPackage.cshtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,7 @@
612612
}
613613

614614
<a href="@Model.RepositoryUrl" data-track="outbound-repository-url" title="View the source code for this package" rel="nofollow">
615-
Source Code
615+
Source repository
616616
</a>
617617
</li>
618618
}
@@ -659,7 +659,7 @@
659659
{
660660
<li>
661661
<i class="ms-Icon ms-Icon--CloudDownload" aria-hidden="true"></i>
662-
<a href="@Url.PackageDownload(2, Model.Id, Model.Version)" data-track="outbound-manual-download" title="Download the raw nupkg file." rel="nofollow">Download Package</a>
662+
<a href="@Url.PackageDownload(2, Model.Id, Model.Version)" data-track="outbound-manual-download" title="Download the raw nupkg file." rel="nofollow">Download package</a>
663663
&nbsp;(@Model.PackageFileSize.ToUserFriendlyBytesLabel())
664664
</li>
665665
if (hasSymbolsPackageAvailable)

0 commit comments

Comments
 (0)