mirror of
https://github.com/farmOS/farmOS.git
synced 2024-02-23 11:37:38 +01:00
Fix Seeding Log field descriptions.
This commit is contained in:
parent
38a9597296
commit
864d90aa29
1 changed files with 3 additions and 3 deletions
|
@ -24,7 +24,7 @@ class Seeding extends FarmLogType {
|
|||
$options = [
|
||||
'type' => 'string',
|
||||
'label' => $this->t('Lot number'),
|
||||
'description' => $this->t('If this harvest is part of a batch or lot, enter the lot number here.'),
|
||||
'description' => $this->t('If the seed is part of a batch or lot, enter the lot number here.'),
|
||||
'weight' => [
|
||||
'form' => 20,
|
||||
'view' => 20,
|
||||
|
@ -36,7 +36,7 @@ class Seeding extends FarmLogType {
|
|||
$options = [
|
||||
'type' => 'timestamp',
|
||||
'label' => $this->t('Purchase date'),
|
||||
'description' => $this->t('When was this input purchased (if applicable)?'),
|
||||
'description' => $this->t('When was the seed purchased (if applicable)?'),
|
||||
'weight' => [
|
||||
'form' => -35,
|
||||
'view' => -35,
|
||||
|
@ -48,7 +48,7 @@ class Seeding extends FarmLogType {
|
|||
$options = [
|
||||
'type' => 'string',
|
||||
'label' => $this->t('Source'),
|
||||
'description' => $this->t('Where was this input obtained? Who manufactured it?'),
|
||||
'description' => $this->t('Where was the seed obtained? Who supplied it?'),
|
||||
'weight' => [
|
||||
'form' => -40,
|
||||
'view' => -40,
|
||||
|
|
Loading…
Reference in a new issue