mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-18 00:53:10 +01:00
Fixed label formatting
This commit is contained in:
parent
69cd370744
commit
ed189fcc23
@ -49,7 +49,6 @@ class ClientRepository
|
||||
{
|
||||
if (!$publicId || $publicId == "-1") {
|
||||
$client = Client::createNew();
|
||||
$client->currency_id = 1;
|
||||
$contact = Contact::createNew();
|
||||
$contact->is_primary = true;
|
||||
$contact->send_invoice = true;
|
||||
|
@ -45,7 +45,7 @@
|
||||
////////////////////////////////////////////////////////////////////
|
||||
|
||||
// Where Former should look for translations
|
||||
'translate_from' => 'validation.attributes',
|
||||
'translate_from' => 'texts',
|
||||
|
||||
// Whether text that comes out of the translated
|
||||
// should be capitalized (ex: email => Email) automatically
|
||||
|
Loading…
Reference in New Issue
Block a user