diff --git a/app/Http/Controllers/BaseAPIController.php b/app/Http/Controllers/BaseAPIController.php index a24916723275..4febe8a7fa4e 100644 --- a/app/Http/Controllers/BaseAPIController.php +++ b/app/Http/Controllers/BaseAPIController.php @@ -24,7 +24,7 @@ use Utils; * @SWG\Info( * version="1.0.0", * title="Invoice Ninja API", - * description="An open-source invoicing and time-tracking app built with Laravel", + * description="A source-available invoicing and time-tracking app built with Laravel", * termsOfService="", * @SWG\Contact( * email="contact@invoiceninja.com" diff --git a/resources/lang/en/texts.php b/resources/lang/en/texts.php index 4b7ebdae9248..3147972b9dfc 100644 --- a/resources/lang/en/texts.php +++ b/resources/lang/en/texts.php @@ -519,8 +519,8 @@ $LANG = array( 'auto_wrap' => 'Auto Line Wrap', 'duplicate_post' => 'Warning: the previous page was submitted twice. The second submission had been ignored.', 'view_documentation' => 'View Documentation', - 'app_title' => 'Free Open-Source Online Invoicing', - 'app_description' => 'Invoice Ninja is a free, open-source solution for invoicing and billing customers. With Invoice Ninja, you can easily build and send beautiful invoices from any device that has access to the web. Your clients can print your invoices, download them as pdf files, and even pay you online from within the system.', + 'app_title' => 'Free Source-Available Online Invoicing', + 'app_description' => 'Invoice Ninja is a free, source-available solution for invoicing and billing customers. With Invoice Ninja, you can easily build and send beautiful invoices from any device that has access to the web. Your clients can print your invoices, download them as pdf files, and even pay you online from within the system.', 'rows' => 'rows', 'www' => 'www', 'logo' => 'Logo',