Skip to content

Commit 9e2d728

Browse files
authored
Putting back a word that was lost some time ago. (#9394)
1 parent d9a4c4e commit 9e2d728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NuGetGallery/Views/Packages/UploadPackage.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
else
2828
{
2929
<div class="text-left">
30-
<p class="message">Your package file will be uploaded and on the @(Config.Current.Brand) server (@(Config.Current.SiteRoot)).</p>
30+
<p class="message">Your package file will be uploaded and hosted on the @(Config.Current.Brand) server (@(Config.Current.SiteRoot)).</p>
3131
<p class="message">
3232
To learn more about authoring great packages, view our
3333
<a href="https://docs.microsoft.com/nuget/create-packages/package-authoring-best-practices" alt="Best Practices" aria-label="Read here about publishing packages">Best Practices</a> page.

0 commit comments

Comments
 (0)