diff --git a/src/NuGetGallery/Views/Shared/_ListPackage.cshtml b/src/NuGetGallery/Views/Shared/_ListPackage.cshtml index e5ee0838a8..3eb2c2f428 100644 --- a/src/NuGetGallery/Views/Shared/_ListPackage.cshtml +++ b/src/NuGetGallery/Views/Shared/_ListPackage.cshtml @@ -126,7 +126,7 @@ @Model.ShortDescription @if (Model.IsDescriptionTruncated) { - @Html.RouteLink("More information", RouteName.DisplayPackage, new { Model.Id, Model.Version }) + @Html.RouteLink("More information", RouteName.DisplayPackage, new { Model.Id, Model.Version }, new { @title = "More information about " + Model.Id + " package." }) } diff --git a/src/NuGetGallery/Views/Users/Organizations.cshtml b/src/NuGetGallery/Views/Users/Organizations.cshtml index e869b74064..70ec8d2579 100644 --- a/src/NuGetGallery/Views/Users/Organizations.cshtml +++ b/src/NuGetGallery/Views/Users/Organizations.cshtml @@ -12,7 +12,7 @@ Url, CurrentUser, false, - @Organizations   Add new) + @Organizations   Add new)