mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Typo
This commit is contained in:
parent
0d4ad64314
commit
0fe895e862
@ -1 +1 @@
|
||||
5.8.33
|
||||
5.8.34
|
@ -856,11 +856,11 @@ class BaseExport
|
||||
* Add Client Filter
|
||||
*
|
||||
* @param Builder $query
|
||||
* @param string $clients
|
||||
* @param mixed $clients
|
||||
*
|
||||
* @return Builder
|
||||
*/
|
||||
protected function addClientFilter(Builder $query, string $clients): Builder
|
||||
protected function addClientFilter(Builder $query, $clients): Builder
|
||||
{
|
||||
if(is_string($clients)) {
|
||||
$clients = explode(',', $clients);
|
||||
|
@ -17,8 +17,8 @@ return [
|
||||
'require_https' => env('REQUIRE_HTTPS', true),
|
||||
'app_url' => rtrim(env('APP_URL', ''), '/'),
|
||||
'app_domain' => env('APP_DOMAIN', 'invoicing.co'),
|
||||
'app_version' => env('APP_VERSION', '5.8.33'),
|
||||
'app_tag' => env('APP_TAG', '5.8.33'),
|
||||
'app_version' => env('APP_VERSION', '5.8.34'),
|
||||
'app_tag' => env('APP_TAG', '5.8.34'),
|
||||
'minimum_client_version' => '5.0.16',
|
||||
'terms_version' => '1.0.1',
|
||||
'api_secret' => env('API_SECRET', false),
|
||||
|
@ -5201,7 +5201,7 @@ $lang = array(
|
||||
'nordigen_handler_error_heading_requisition_invalid_status' => 'Not Ready',
|
||||
'nordigen_handler_error_contents_requisition_invalid_status' => 'You called this site too early. Please finish authorization and refresh this page. Contact support for help, if this issue persists.',
|
||||
'nordigen_handler_error_heading_requisition_no_accounts' => 'No Accounts selected',
|
||||
'nordigen_handler_error_contents_requisition_no_accounts' => 'The service has not returned any valid accounts. Considder restarting the flow.',
|
||||
'nordigen_handler_error_contents_requisition_no_accounts' => 'The service has not returned any valid accounts. Consider restarting the flow.',
|
||||
'nordigen_handler_restart' => 'Restart flow.',
|
||||
'nordigen_handler_return' => 'Return to application.',
|
||||
'lang_Lao' => 'Lao',
|
||||
|
Loading…
x
Reference in New Issue
Block a user