1
0
mirror of https://github.com/ascribe/onion.git synced 2024-12-22 09:23:13 +01:00

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

View File

@ -102,7 +102,7 @@ let IkonotvPieceContainer = React.createClass({
<CollapsibleParagraph <CollapsibleParagraph
title={getLangText('Further Details')} title={getLangText('Further Details')}
defaultExpanded={true}> 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> </CollapsibleParagraph>
); );