From e2b6002a6fd9c76f5530ca7aed4de417e60177e2 Mon Sep 17 00:00:00 2001 From: Daniel Stolt Date: Tue, 25 Oct 2016 00:28:17 +0200 Subject: [PATCH] Fixed wording of "vary by cookies" option in admin UI. --- .../Modules/Orchard.OutputCache/Views/Admin/Index.cshtml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Orchard.Web/Modules/Orchard.OutputCache/Views/Admin/Index.cshtml b/src/Orchard.Web/Modules/Orchard.OutputCache/Views/Admin/Index.cshtml index 9eb8a529f..161f1a54c 100644 --- a/src/Orchard.Web/Modules/Orchard.OutputCache/Views/Admin/Index.cshtml +++ b/src/Orchard.Web/Modules/Orchard.OutputCache/Views/Admin/Index.cshtml @@ -48,9 +48,9 @@
- + @Html.TextBoxFor(m => m.VaryByRequestCookies, new { @class = "text medium" }) - @T("When defined, using comma separated values, sets caching to vary via specified cookie string parameters") + @T("When defined, using comma separated values, sets caching to vary by the specified request cookies.")