diff --git a/resources/lang/en/texts.php b/resources/lang/en/texts.php index 7bcf8892434e..538f2dd993f8 100644 --- a/resources/lang/en/texts.php +++ b/resources/lang/en/texts.php @@ -1040,10 +1040,10 @@ $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\'.', // Client Passwords - '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.', - '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.', + '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.', + '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.', 'expired' => 'Expired', 'invalid_card_number' => 'The credit card number is not valid.',