diff --git a/assets/javascripts/templates/sidebar_tmpl.coffee b/assets/javascripts/templates/sidebar_tmpl.coffee index 1f171763..af4ecf93 100644 --- a/assets/javascripts/templates/sidebar_tmpl.coffee +++ b/assets/javascripts/templates/sidebar_tmpl.coffee @@ -18,8 +18,8 @@ templates.sidebarResult = (entry) -> """#{$.escape entry.name}""" templates.sidebarNoResults = -> - info = if app.isSingleDoc() or app.disabledDocs.isEmpty() then '' else """ - Note: documentations must be enabled before they appear in the search. + info = if app.isSingleDoc() or !app.disabledDocs.isEmpty() then '' else """ + Note: documentations must be enabled to appear in the search. """ """