Skip to content

Commit

Permalink
Merge pull request #940 from boxbilling/evrifaessa-patch-1
Browse files Browse the repository at this point in the history
Fixed wording (same as #929)
  • Loading branch information
evrifaessa committed Aug 9, 2021
2 parents a916513 + a56e4c1 commit a0713ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bb-modules/System/Service.php
Expand Up @@ -233,7 +233,7 @@ public function getMessages($type)
}

if($this->getVersion() == "0.0.1") {
$msgs['info'][] = 'BoxBilling couldn\'t find valid version information. This is okay if you\'ve brought a copy of BoxBilling directly from the master branch, and not from releases. But beware, master branch may not be stable enough to be used for production use.';
$msgs['info'][] = 'BoxBilling couldn\'t find valid version information. This is okay if you downloaded BoxBilling directly from the master branch, instead of a released version. But beware, the master branch may not be stable enough for production use.';
}

if(!extension_loaded('openssl')) {
Expand Down

0 comments on commit a0713ce

Please sign in to comment.