diff --git a/client/src/views/list.js b/client/src/views/list.js
index b096f2f495..f53c32fbe6 100644
--- a/client/src/views/list.js
+++ b/client/src/views/list.js
@@ -162,7 +162,6 @@ define('views/list', ['views/main', 'search-manager'], function (Dep, SearchMana
if (this.quickCreate) {
this.menu.buttons.unshift({
action: 'quickCreate',
- //label: 'Create ' + this.scope,
html: ' ' + this.translate('Create ' + this.scope, 'labels', this.scope),
style: 'default',
acl: 'create',
@@ -172,7 +171,6 @@ define('views/list', ['views/main', 'search-manager'], function (Dep, SearchMana
this.menu.buttons.unshift({
link: '#' + this.scope + '/create',
action: 'create',
- //label: 'Create ' + this.scope,
html: ' ' + this.translate('Create ' + this.scope, 'labels', this.scope),
style: 'default',
acl: 'create',