mirror of
https://github.com/ascribe/onion.git
synced 2025-02-01 20:39:57 +01:00
add getLangText
This commit is contained in:
parent
32d317cdef
commit
712ec74247
@ -131,7 +131,7 @@ let LoanForm = React.createClass({
|
||||
alt="pdf"
|
||||
pluginspage="http://www.adobe.com/products/acrobat/readstep2.html"/>
|
||||
<a href={contract.blob.url_safe} target="_blank">
|
||||
<span className="glyphicon glyphicon-download" aria-hidden="true"></span> Download contract
|
||||
<span className="glyphicon glyphicon-download" aria-hidden="true"></span> {getLangText('Download contract')}
|
||||
</a>
|
||||
{/* We still need to send the server information that we're accepting */}
|
||||
<InputCheckbox
|
||||
|
Loading…
Reference in New Issue
Block a user