Skip to content

Commit

Permalink
Fix meta labels issue
Browse files Browse the repository at this point in the history
  • Loading branch information
almasaeed2010 committed Mar 13, 2019
1 parent e65b84b commit d13fc82
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions app/Services/MetaLabels.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,23 +20,23 @@ public function __construct()
'ashSpecies' => 'Species',
'seedsBinary' => 'Seeds',
'flowersBinary' => 'Flowers',
'emeraldAshBorer' => 'Ash borer',
'woollyAdesCoverage' => 'Woolly adelgids',
'chestnutBlightSigns' => 'Chestnut blight',
'emeraldAshBorer' => 'Ash Borer',
'woollyAdesCoverage' => 'Woolly Adelgids',
'chestnutBlightSigns' => 'Chestnut Blight',
'acorns' => 'Acorns',
'cones' => 'Cones',
'heightFirstBranch' => 'Height of first branch',
'oakHealthProblems' => 'Health problems',
'diameterNumeric' => 'Tree diameter',
'crownHealth' => 'Crown health',
'crownClassification' => 'Crown classification',
'otherLabel' => 'Tree type',
'heightFirstBranch' => 'Height of First Branch',
'oakHealthProblems' => 'Health Problems',
'diameterNumeric' => 'Tree Diameter',
'crownHealth' => 'Crown Health',
'crownClassification' => 'Crown Classification',
'otherLabel' => 'Tree Type',
'locationCharacteristics' => 'Habitat',
'nearbyTrees' => 'Trees nearby',
'nearByHemlock' => 'Nearby hemlocks',
'nearbyTrees' => 'Trees Nearby',
'nearByHemlock' => 'Nearby Hemlocks',
'treated' => 'Treated',
'partOfStudy' => 'Study',
'heightNumeric' => 'Tree height',
'heightNumeric' => 'Tree Height',
'burrs' => 'Nuts/burrs',
'catkins' => 'Catkins',
'comment' => 'Comment',
Expand Down

0 comments on commit d13fc82

Please sign in to comment.