Modified Loan button text.

This commit is contained in:
Oscar Rezo 2016-11-07 13:28:52 +01:00
parent d08bdeec65
commit 118413370c
5 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -60,7 +60,6 @@ let ShareForm = React.createClass({
<input
type="text"
placeholder={getLangText('Comma separated emails')}
value={getLangText('Admin email')}
required/>
</Property>
<Property

View File

@ -61,7 +61,6 @@ let TransferForm = React.createClass({
<input
type="email"
placeholder={getLangText('Email of the transferee')}
value={getLangText('Admin email')}
required/>
</Property>
<Property

View File

@ -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',

View File

@ -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',