Merge pull request #192 from ascribe/AG-191-ikonotv-weird-further-details-placeholder

AG-191 IkonoTV weird further details placeholder
This commit is contained in:
Brett Sun 2016-04-21 12:17:43 +02:00
commit b26b38f5d9
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>
);