diff --git a/src/Orchard.Web/Modules/Orchard.Search/Views/EditorTemplates/Parts/Search.SiteSettings.cshtml b/src/Orchard.Web/Modules/Orchard.Search/Views/EditorTemplates/Parts/Search.SiteSettings.cshtml index e8024181d..fc604e037 100644 --- a/src/Orchard.Web/Modules/Orchard.Search/Views/EditorTemplates/Parts/Search.SiteSettings.cshtml +++ b/src/Orchard.Web/Modules/Orchard.Search/Views/EditorTemplates/Parts/Search.SiteSettings.cshtml @@ -47,9 +47,8 @@ @T("Check any property which should be used for search queries.") } - else { - @T("There is currently no index to search from. Please update you index, and check some indexable content exists.") + @T("There is currently no index to search from. Please update your index, and check if some indexable content exists.") }