diff --git a/app/Filters/TaskFilters.php b/app/Filters/TaskFilters.php index 580b393072..a98c6ae5b5 100644 --- a/app/Filters/TaskFilters.php +++ b/app/Filters/TaskFilters.php @@ -88,7 +88,7 @@ class TaskFilters extends QueryFilters return $this->builder; } - public function project_tasks($project): Builder + public function project_tasks(string $project = ''): Builder { if (strlen($project) == 0) { return $this->builder; diff --git a/lang/en/texts.php b/lang/en/texts.php index 486e1079fd..4ade52e4d5 100644 --- a/lang/en/texts.php +++ b/lang/en/texts.php @@ -2695,7 +2695,7 @@ $lang = array( 'no_assets' => 'No images, drag to upload', 'add_image' => 'Add Image', 'select_image' => 'Select Image', - 'upgrade_to_upload_images' => 'Upgrade to the Enterprise Plan to upload images', + 'upgrade_to_upload_images' => 'Upgrade to the Enterprise Plan to upload files & images', 'delete_image' => 'Delete Image', 'delete_image_help' => 'Warning: deleting the image will remove it from all proposals.', 'amount_variable_help' => 'Note: the invoice $amount field will use the partial/deposit field if set otherwise it will use the invoice balance.',