XXX problem

pull/1/head
David Benqué 2019-11-22 16:48:09 +00:00
parent 09b07de6f2
commit 09a162c6be
1 changed files with 2 additions and 0 deletions

View File

@ -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(', '))]));
}