From 238ba3d695a9f7d65550ed31108d58506f10355b Mon Sep 17 00:00:00 2001 From: aounhaider1 <aounhaider1@gmail.com> Date: Fri, 16 Dec 2016 23:06:24 +0100 Subject: [PATCH] Custom label for extensions menu entry (#95) Signed-off-by: Aoun Bukhari <bukhari@itemis.de> --- bundles/org.openhab.ui.paperui/patch/web/js/constants.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bundles/org.openhab.ui.paperui/patch/web/js/constants.js b/bundles/org.openhab.ui.paperui/patch/web/js/constants.js index a9acf986a8..8ad8c458f5 100644 --- a/bundles/org.openhab.ui.paperui/patch/web/js/constants.js +++ b/bundles/org.openhab.ui.paperui/patch/web/js/constants.js @@ -15,4 +15,6 @@ angular.module('PaperUI.constants', []) 'rules': true, 'preferences': true, 'groups': false +}).constant('moduleLabels', { + 'extensions' : 'Add-ons' });