updated translations

This commit is contained in:
David Bomba 2025-11-23 17:49:09 +11:00
parent 735ac1ae63
commit e1a3db272b
2 changed files with 6 additions and 0 deletions

View File

@ -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);

View File

@ -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;