updated translations
This commit is contained in:
parent
735ac1ae63
commit
e1a3db272b
|
|
@ -677,6 +677,11 @@ class BaseController extends Controller
|
|||
'token',
|
||||
'company',
|
||||
]);
|
||||
|
||||
// Set created_at to current time to filter out all existing related records
|
||||
// (designs, documents, groups, etc.) for a minimal response payload
|
||||
request()->merge(['created_at' => time()]);
|
||||
return $this->miniLoadResponse($query);
|
||||
}
|
||||
elseif ($user->getCompany()->is_large) {
|
||||
$this->manager->parseIncludes($this->mini_load);
|
||||
|
|
|
|||
|
|
@ -5663,6 +5663,7 @@ $lang = array(
|
|||
'invoice_period' => 'Invoice Period',
|
||||
'invoice_period_help' => 'Defines the time period for which the services were provided.',
|
||||
'paused_recurring_invoice_helper' => 'Caution! When restarting a recurring invoice, ensure the next send date is in the future.',
|
||||
'thank_you_for_feedback' => 'Thank you for your feedback!',
|
||||
);
|
||||
|
||||
return $lang;
|
||||
|
|
|
|||
Loading…
Reference in New Issue