You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/11/07 09:40:36 UTC

[sling-org-apache-sling-hc-webconsole] 08/12: SLING-3501 - tweak webconsole form label

This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to annotated tag org.apache.sling.hc.webconsole-1.1.2
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-hc-webconsole.git

commit 376ece096f39a8c1c375cb3c26da5f0951485e98
Author: Bertrand Delacretaz <bd...@apache.org>
AuthorDate: Mon Jan 5 16:29:16 2015 +0000

    SLING-3501 - tweak webconsole form label
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/healthcheck/webconsole@1649576 13f79535-47bb-0310-9956-ffa450edef68
---
 .../apache/sling/hc/webconsole/impl/HealthCheckWebconsolePlugin.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/sling/hc/webconsole/impl/HealthCheckWebconsolePlugin.java b/src/main/java/org/apache/sling/hc/webconsole/impl/HealthCheckWebconsolePlugin.java
index b7885bd..e2eb641 100644
--- a/src/main/java/org/apache/sling/hc/webconsole/impl/HealthCheckWebconsolePlugin.java
+++ b/src/main/java/org/apache/sling/hc/webconsole/impl/HealthCheckWebconsolePlugin.java
@@ -228,7 +228,7 @@ public class HealthCheckWebconsolePlugin extends HttpServlet {
         c.closeTr();
 
         c.tr();
-        c.tdLabel("Combine tags with logical 'or'");
+        c.tdLabel("Combine tags with logical 'OR' instead of the default 'AND'");
         c.tdContent();
         c.writer().print("<input type='checkbox' name='" + PARAM_COMBINE_TAGS_WITH_OR + "' class='input' value='true'");
         if (combineTagsWithOr) {

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.