Skip to content
Snippets Groups Projects
Commit 60187b2c authored by David Siegfried's avatar David Siegfried
Browse files

typo

parent 154a6429
No related branches found
No related tags found
No related merge requests found
......@@ -78,7 +78,7 @@ class StatisticsController extends Controller
$exports = new ExportWidget();
$exports->addLink(
_('Als CSV herunterladen'),
$this->url_for('statistic/export_csv'),
$this->url_for('statistics/export_csv'),
Icon::create('file-excel')
);
Sidebar::Get()->addWidget($exports);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment