diff --git a/src/webui/static/app/acleditor.js b/src/webui/static/app/acleditor.js
index b9694649..0749f6bf 100644
--- a/src/webui/static/app/acleditor.js
+++ b/src/webui/static/app/acleditor.js
@@ -42,7 +42,7 @@ tvheadend.acleditor = function() {
header: "Password",
dataIndex: 'password',
renderer: function(value, metadata, record, row, col, store) {
- return 'hidden'
+ return 'Hidden';
},
editor: new fm.TextField({allowBlank: false})
},{
diff --git a/src/webui/static/app/cwceditor.js b/src/webui/static/app/cwceditor.js
index 8d3dea98..94503373 100644
--- a/src/webui/static/app/cwceditor.js
+++ b/src/webui/static/app/cwceditor.js
@@ -27,7 +27,7 @@ tvheadend.cwceditor = function() {
header: "Password",
dataIndex: 'password',
renderer: function(value, metadata, record, row, col, store) {
- return 'hidden'
+ return 'Hidden';
},
editor: new fm.TextField({allowBlank: false})
},{
@@ -35,7 +35,7 @@ tvheadend.cwceditor = function() {
dataIndex: 'deskey',
width: 300,
renderer: function(value, metadata, record, row, col, store) {
- return 'hidden'
+ return 'Hidden';
},
editor: new fm.TextField({allowBlank: false})
},{