diff --git a/www/common/common-ui-elements.js b/www/common/common-ui-elements.js index b9b287e03..a4d1345f6 100644 --- a/www/common/common-ui-elements.js +++ b/www/common/common-ui-elements.js @@ -683,8 +683,6 @@ define([ })); } - // XXX problem with the hardcoded ": " here - // possibly duplicate translation keys if (data.tags && Array.isArray(data.tags)) { $d.append(h('div.cp-app-prop', [Messages.fm_prop_tagsList, h('br'), h('span.cp-app-prop-content', data.tags.join(', '))])); }