mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-09 20:52:56 +01:00
Update lang file
This commit is contained in:
parent
0ff600fde7
commit
99237898de
@ -3449,10 +3449,10 @@ $LANG = array(
|
||||
'client_country' => 'Client Country',
|
||||
'client_is_active' => 'Client is Active',
|
||||
'client_balance' => 'Client Balance',
|
||||
'client_address1' => 'Client Address 1',
|
||||
'client_address2' => 'Client Address 2',
|
||||
'client_shipping_address1' => 'Client Shipping Address 1',
|
||||
'client_shipping_address2' => 'Client Shipping Address 2',
|
||||
'client_address1' => 'Client Street',
|
||||
'client_address2' => 'Client Apt/Suite',
|
||||
'client_shipping_address1' => 'Client Shipping Street',
|
||||
'client_shipping_address2' => 'Client Shipping Apt/Suite',
|
||||
'tax_rate1' => 'Tax Rate 1',
|
||||
'tax_rate2' => 'Tax Rate 2',
|
||||
'tax_rate3' => 'Tax Rate 3',
|
||||
@ -3532,7 +3532,7 @@ $LANG = array(
|
||||
'marked_credit_as_sent' => 'Successfully marked credit as sent',
|
||||
'email_subject_payment_partial' => 'Email Partial Payment Subject',
|
||||
'is_approved' => 'Is Approved',
|
||||
'migration_went_wrong' => 'Oops, something went wrong! Make sure you did proper setup with V2 of Invoice Ninja, before starting migration.',
|
||||
'migration_went_wrong' => 'Oops, something went wrong! Please make sure you have setup an Invoice Ninja v5 instance before starting the migration.',
|
||||
'cross_migration_message' => 'Cross account migration is not allowed. Please read more about it here: <a href="https://invoiceninja.github.io/cross-site-migration.html">https://invoiceninja.github.io/cross-site-migration.html</a>',
|
||||
'email_credit' => 'Email Credit',
|
||||
'client_email_not_set' => 'Client does not have an email address set',
|
||||
|
Loading…
Reference in New Issue
Block a user