From 09a162c6be066de001b02d5cc7e98fbd08aee4ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Benqu=C3=A9?= Date: Fri, 22 Nov 2019 16:48:09 +0000 Subject: [PATCH] XXX problem --- www/common/common-ui-elements.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/www/common/common-ui-elements.js b/www/common/common-ui-elements.js index 94be4e374..51e35eaed 100644 --- a/www/common/common-ui-elements.js +++ b/www/common/common-ui-elements.js @@ -683,6 +683,8 @@ 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('span.cp-app-prop-content', data.tags.join(', '))])); }