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

Merged in AD-1198-no-space-between-text-and-link-i (pull request #109)

AD-1198 Add missing space to accordion list placeholder
This commit is contained in:
TimDaubenschuetz 2015-10-21 16:37:09 +02:00
commit 63505946e6

View File

@ -35,7 +35,7 @@ let AccordionList = React.createClass({
{getLangText('We could not find any works related to you...')} {getLangText('We could not find any works related to you...')}
</p> </p>
<p className="text-center"> <p className="text-center">
{getLangText('To register one, click')} {getLangText('To register one, click')}&nbsp;
<a href="register_piece">{getLangText('here')}</a>! <a href="register_piece">{getLangText('here')}</a>!
</p> </p>
</div> </div>