mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-22 12:04:00 +00:00
sprintf ALL THE THINGS
Signed-off-by: James Cole <thegrumpydictator@gmail.com>
This commit is contained in:
@@ -75,7 +75,7 @@ class HelpController extends Controller
|
||||
if (strlen($content) === 0) {
|
||||
$content = '<p>' . strval(trans('firefly.route_has_no_help')) . '</p>';
|
||||
}
|
||||
|
||||
|
||||
$help->putInCache($route, $language, $content);
|
||||
|
||||
return Response::json($content);
|
||||
|
Reference in New Issue
Block a user