From 344d9d77be013e69d87e7f54d565561d3e38db64 Mon Sep 17 00:00:00 2001 From: Benedek Farkas Date: Fri, 20 Mar 2015 21:24:04 +0100 Subject: [PATCH] Tiny fix for the "Contribute back" paragraph on the Dashboard index page --- src/Orchard.Web/Core/Dashboard/Views/Admin/Index.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Orchard.Web/Core/Dashboard/Views/Admin/Index.cshtml b/src/Orchard.Web/Core/Dashboard/Views/Admin/Index.cshtml index 0a1a4b163..54c4d82da 100644 --- a/src/Orchard.Web/Core/Dashboard/Views/Admin/Index.cshtml +++ b/src/Orchard.Web/Core/Dashboard/Views/Admin/Index.cshtml @@ -26,7 +26,7 @@

@T("Contribute back")

-

@T("Help grow Orchard. We encourage contributions of all sorts, including code submissions, documentation, translations, feature recommendations, and more.Here are some ways to give back to the project.")

+

@T("Help grow Orchard. We encourage contributions of all sorts, including code submissions, documentation, translations, feature recommendations, and more. Here are some ways to give back to the project.")