1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-30 04:23:11 +03:00

Licensing: Added links and tests for new licenses endpoint

For #4907
This commit is contained in:
Dan Brown
2024-03-23 22:04:18 +00:00
parent 0c524c7c8f
commit a2fd80954b
7 changed files with 52 additions and 15 deletions

View File

@ -56,7 +56,7 @@ class MetaController extends Controller
*/
public function licenses()
{
$this->setPageTitle('Licenses');
$this->setPageTitle(trans('settings.licenses'));
return view('help.licenses', [
'license' => file_get_contents(base_path('LICENSE')),