Fix weird messaging IkonoTV empty further details placeholdher

This commit is contained in:
Brett Sun 2016-04-21 11:02:25 +02:00
parent 7c35a5de97
commit 702107258a
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ let IkonotvPieceContainer = React.createClass({
<CollapsibleParagraph
title={getLangText('Further Details')}
defaultExpanded={true}>
<span>{getLangText('This piece has been loaned before we started to collect further details.')}</span>
<span>{getLangText('This piece was loanded before any further details were collected.')}</span>
</CollapsibleParagraph>
);