mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 10:47:17 -04:00
Fix text capitalization
This commit is contained in:
parent
11472e488f
commit
3510f749c8
@ -1040,9 +1040,9 @@ $LANG = array(
|
|||||||
'recurring_invoice_number_prefix_help' => 'Speciy a prefix to be added to the invoice number for recurring invoices. The default value is \'R\'.',
|
'recurring_invoice_number_prefix_help' => 'Speciy a prefix to be added to the invoice number for recurring invoices. The default value is \'R\'.',
|
||||||
|
|
||||||
// Client Passwords
|
// Client Passwords
|
||||||
'enable_portal_password'=>'Password protect invoices',
|
'enable_portal_password' => 'Password Protect Invoices',
|
||||||
'enable_portal_password_help' => 'Allows you to set a password for each contact. If a password is set, the contact will be required to enter a password before viewing invoices.',
|
'enable_portal_password_help' => 'Allows you to set a password for each contact. If a password is set, the contact will be required to enter a password before viewing invoices.',
|
||||||
'send_portal_password'=>'Generate password automatically',
|
'send_portal_password' => 'Generate Password Automatically',
|
||||||
'send_portal_password_help' => 'If no password is set, one will be generated and sent with the first invoice.',
|
'send_portal_password_help' => 'If no password is set, one will be generated and sent with the first invoice.',
|
||||||
|
|
||||||
'expired' => 'Expired',
|
'expired' => 'Expired',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user