This is an automated email from the ASF dual-hosted git repository. dklco pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-app-cms.git
commit 2cd4b410b7e01993a046845146d60acb6491adbc Author: Dan Klco <[email protected]> AuthorDate: Wed May 29 00:15:08 2019 -0400 Updating to namespace the insights web console --- .../org/apache/sling/cms/core/insights/impl/InsightsWebConsole.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/src/main/java/org/apache/sling/cms/core/insights/impl/InsightsWebConsole.java b/core/src/main/java/org/apache/sling/cms/core/insights/impl/InsightsWebConsole.java index 416ee29..773318e 100644 --- a/core/src/main/java/org/apache/sling/cms/core/insights/impl/InsightsWebConsole.java +++ b/core/src/main/java/org/apache/sling/cms/core/insights/impl/InsightsWebConsole.java @@ -49,8 +49,8 @@ public class InsightsWebConsole extends AbstractWebConsolePlugin { * */ private static final long serialVersionUID = 4819043498961127418L; - public static final String CONSOLE_LABEL = "insights"; - public static final String CONSOLE_TITLE = "Insights"; + public static final String CONSOLE_LABEL = "slingcms-insights"; + public static final String CONSOLE_TITLE = "Sling CMS Insights"; @Reference private InsightFactory insightFactory;
