Skip to content

Commit 7ee16ef

Browse files
committed
Fixing typo in chart name
1 parent 178d74d commit 7ee16ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ux.symfony.com/src/Twig/DinoChartComponent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public function getChart(): Chart
4545
'title' => [
4646
'display' => true,
4747
'text' => sprintf(
48-
'Dinos specie count from %dmya to %dmya',
48+
'Dinos species count from %dmya to %dmya',
4949
abs($this->fromYear),
5050
abs($this->toYear)
5151
),

0 commit comments

Comments
 (0)