Make MemberEventListSummary more translatable

Signed-off-by: Stefan Parviainen <pafcu@iki.fi>
pull/21833/head
Stefan Parviainen 2017-10-23 19:55:40 +02:00
parent 7eeed3e093
commit ef30ba889b
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ module.exports = React.createClass({
const desc = this._renderCommaSeparatedList(descs);
return nameList + " " + desc;
return _t('%(nameList)s %(transitionList)s', { nameList: nameList, transitionList: desc });
});
if (!summaries) {