Skip to content

Commit

Permalink
fix message
Browse files Browse the repository at this point in the history
  • Loading branch information
dqwiki committed Sep 25, 2023
1 parent 58f50d2 commit abe7299
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Controllers/StatsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ public function display_appeals_chart(Request $request)
->addRow(['Still under review', $dbdata->where('status', Appeal::STATUS_OPEN)->count()]);

\Lava::BarChart('appstate', $chart_data, [
'title' => 'Appeals in the last '.$numericDay.' days - Global',
'title' => 'Appeals in the last '.$numericDay.' days - '.$requestedWiki,
'legend' => [
'position' => 'none'
],
Expand Down

0 comments on commit abe7299

Please sign in to comment.