diff --git a/CHANGELOG.md b/CHANGELOG.md index 7451d4005..5660542c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - [Simplify all map resize logic to use ResizeObserver #662](https://github.com/farmOS/farmOS/pull/662) - [Replace all usages of docker-compose with native docker compose #627](https://github.com/farmOS/farmOS/pull/627) - [Allow max_length to be overridden on string fields #666](https://github.com/farmOS/farmOS/pull/666) +- [Standardize all taxonomy bundle labels to be singular #661](https://github.com/farmOS/farmOS/pull/661) ### Fixed diff --git a/modules/taxonomy/animal_type/config/install/taxonomy.vocabulary.animal_type.yml b/modules/taxonomy/animal_type/config/install/taxonomy.vocabulary.animal_type.yml index 09b1f5a4e..10068c618 100644 --- a/modules/taxonomy/animal_type/config/install/taxonomy.vocabulary.animal_type.yml +++ b/modules/taxonomy/animal_type/config/install/taxonomy.vocabulary.animal_type.yml @@ -4,7 +4,7 @@ dependencies: enforced: module: - farm_animal_type -name: Animal types +name: Animal type vid: animal_type description: 'A list of animal species/breeds.' weight: 0 diff --git a/modules/taxonomy/lab/config/install/taxonomy.vocabulary.lab.yml b/modules/taxonomy/lab/config/install/taxonomy.vocabulary.lab.yml index 93ef4665b..ce873a6b6 100644 --- a/modules/taxonomy/lab/config/install/taxonomy.vocabulary.lab.yml +++ b/modules/taxonomy/lab/config/install/taxonomy.vocabulary.lab.yml @@ -4,7 +4,7 @@ dependencies: enforced: module: - farm_lab -name: Labs +name: Lab vid: lab description: 'A list of labs.' weight: 0 diff --git a/modules/taxonomy/log_category/config/install/taxonomy.vocabulary.log_category.yml b/modules/taxonomy/log_category/config/install/taxonomy.vocabulary.log_category.yml index e50927313..fc861b3f5 100644 --- a/modules/taxonomy/log_category/config/install/taxonomy.vocabulary.log_category.yml +++ b/modules/taxonomy/log_category/config/install/taxonomy.vocabulary.log_category.yml @@ -4,7 +4,7 @@ dependencies: enforced: module: - farm_log_category -name: Log categories +name: Log category vid: log_category description: 'A list of log categories.' weight: 0 diff --git a/modules/taxonomy/material_type/config/install/taxonomy.vocabulary.material_type.yml b/modules/taxonomy/material_type/config/install/taxonomy.vocabulary.material_type.yml index a5d9b9304..4e7160eeb 100644 --- a/modules/taxonomy/material_type/config/install/taxonomy.vocabulary.material_type.yml +++ b/modules/taxonomy/material_type/config/install/taxonomy.vocabulary.material_type.yml @@ -4,7 +4,7 @@ dependencies: enforced: module: - farm_material_type -name: Material types +name: Material type vid: material_type description: 'A list of material types.' weight: 0 diff --git a/modules/taxonomy/plant_type/config/install/taxonomy.vocabulary.plant_type.yml b/modules/taxonomy/plant_type/config/install/taxonomy.vocabulary.plant_type.yml index 14003cdc2..ad65f7603 100644 --- a/modules/taxonomy/plant_type/config/install/taxonomy.vocabulary.plant_type.yml +++ b/modules/taxonomy/plant_type/config/install/taxonomy.vocabulary.plant_type.yml @@ -4,7 +4,7 @@ dependencies: enforced: module: - farm_plant_type -name: Plant types +name: Plant type vid: plant_type description: 'A list of crops/varieties.' weight: 0 diff --git a/modules/taxonomy/season/config/install/taxonomy.vocabulary.season.yml b/modules/taxonomy/season/config/install/taxonomy.vocabulary.season.yml index 68daa68d2..ad9fc3e61 100644 --- a/modules/taxonomy/season/config/install/taxonomy.vocabulary.season.yml +++ b/modules/taxonomy/season/config/install/taxonomy.vocabulary.season.yml @@ -4,7 +4,7 @@ dependencies: enforced: module: - farm_season -name: Seasons +name: Season vid: season description: 'A list of seasons.' weight: 0 diff --git a/modules/taxonomy/test_method/config/install/taxonomy.vocabulary.test_method.yml b/modules/taxonomy/test_method/config/install/taxonomy.vocabulary.test_method.yml index a5b2328b8..fd95971ef 100644 --- a/modules/taxonomy/test_method/config/install/taxonomy.vocabulary.test_method.yml +++ b/modules/taxonomy/test_method/config/install/taxonomy.vocabulary.test_method.yml @@ -4,7 +4,7 @@ dependencies: enforced: module: - farm_test_method -name: Test methods +name: Test method vid: test_method description: 'A list of test methods.' weight: 0 diff --git a/modules/taxonomy/unit/config/install/taxonomy.vocabulary.unit.yml b/modules/taxonomy/unit/config/install/taxonomy.vocabulary.unit.yml index 3c781508c..67fdd0b1b 100644 --- a/modules/taxonomy/unit/config/install/taxonomy.vocabulary.unit.yml +++ b/modules/taxonomy/unit/config/install/taxonomy.vocabulary.unit.yml @@ -4,7 +4,7 @@ dependencies: enforced: module: - farm_unit -name: Units +name: Unit vid: unit description: 'A list of units for measurement purposes.' weight: 0