From aea719c87123aba27dc845f4e78aa099cab28f99 Mon Sep 17 00:00:00 2001 From: "Matthew D. Groves" Date: Mon, 24 Feb 2014 20:14:56 -0500 Subject: [PATCH] a simple text fix to address grammar --- src/NuGetGallery/Views/Users/Packages.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NuGetGallery/Views/Users/Packages.cshtml b/src/NuGetGallery/Views/Users/Packages.cshtml index 926524c6e8..3ffb068b97 100644 --- a/src/NuGetGallery/Views/Users/Packages.cshtml +++ b/src/NuGetGallery/Views/Users/Packages.cshtml @@ -97,7 +97,7 @@ else - You have a total of @packages.Count() packages. + You have a total of @packages.Count() package(s). @totlalDownloads