mirror of
https://github.com/ascribe/onion.git
synced 2024-12-22 17:33:14 +01:00
Modified Loan button text.
This commit is contained in:
parent
d08bdeec65
commit
118413370c
@ -105,7 +105,6 @@ let ConsignForm = React.createClass({
|
||||
type="email"
|
||||
value={email}
|
||||
placeholder={getLangText('Email of the consignee')}
|
||||
value={getLangText('Admin email')}
|
||||
required/>
|
||||
</Property>
|
||||
<Property
|
||||
|
@ -60,7 +60,6 @@ let ShareForm = React.createClass({
|
||||
<input
|
||||
type="text"
|
||||
placeholder={getLangText('Comma separated emails')}
|
||||
value={getLangText('Admin email')}
|
||||
required/>
|
||||
</Property>
|
||||
<Property
|
||||
|
@ -61,7 +61,6 @@ let TransferForm = React.createClass({
|
||||
<input
|
||||
type="email"
|
||||
placeholder={getLangText('Email of the transferee')}
|
||||
value={getLangText('Admin email')}
|
||||
required/>
|
||||
</Property>
|
||||
<Property
|
||||
|
@ -3,8 +3,8 @@
|
||||
export const AclInformationText = {
|
||||
'titles': {
|
||||
'acl_consign': 'CONSIGN',
|
||||
'acl_loan': 'LOAN',
|
||||
'acl_loan_request': 'LOAN',
|
||||
'acl_loan': 'PARTAGER AVEC BOKK',
|
||||
'acl_loan_request': 'PARTAGER AVEC BOKK',
|
||||
'acl_share': 'EMAIL',
|
||||
'acl_transfer': 'TRANSFER',
|
||||
'acl_delete': 'DELETE',
|
||||
|
@ -160,6 +160,7 @@ const languages = {
|
||||
'Loan start date': 'Loan start date',
|
||||
'Loan end date': 'Loan end date',
|
||||
'LOAN': 'LOAN',
|
||||
'PARTAGER AVEC BOKK': 'PARTAGER AVEC BOKK',
|
||||
'I transfer ownership of': 'I transfer ownership of',
|
||||
'Transferee email': 'Transferee email',
|
||||
'TRANSFER': 'TRANSFER',
|
||||
@ -390,6 +391,7 @@ const languages = {
|
||||
'Loan start date': 'Loan start date',
|
||||
'Loan end date': 'Loan end date',
|
||||
'LOAN': 'LOAN',
|
||||
'PARTAGER AVEC BOKK': 'PARTAGER AVEC BOKK',
|
||||
'I transfer ownership of': 'I transfer ownership of',
|
||||
'Transferee email': 'Transferee email',
|
||||
'TRANSFER': 'TRANSFER',
|
||||
@ -620,6 +622,7 @@ const languages = {
|
||||
'Loan start date': 'Date du commencement du prêt',
|
||||
'Loan end date': 'Date de la fin de prêt',
|
||||
'LOAN': 'PRÊT',
|
||||
'PARTAGER AVEC BOKK': 'PARTAGER AVEC BOKK',
|
||||
'I transfer ownership of': 'Je transfère la propriété de',
|
||||
'Transferee email': 'Courriel du cessionnaire',
|
||||
'TRANSFER': 'TRANSFÉRER',
|
||||
|
Loading…
Reference in New Issue
Block a user