Skip to content

Commit

Permalink
Merge pull request #3336 from LiteFarmOrg/patch/3.6.5-remove-fertilis…
Browse files Browse the repository at this point in the history
…er-to-dry-or-liquid

patch/3.6.5 update input text based upon farmer feedback
  • Loading branch information
Duncan-Brain authored Jul 24, 2024
2 parents 9c1fbdd + 254251f commit 6e3f296
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 8 deletions.
7 changes: 3 additions & 4 deletions packages/webapp/public/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,11 @@
"COMPOSITION": "Composition",
"COMPOSITION_ERROR": "Error: The total percentage of N, P, K, and additional nutrients must not exceed 100%. Please adjust your values.",
"COPPER": "Copper (Cu)",
"DRY_FERTILISER": "Dry fertiliser",
"DRY_FERTILISER": "Dry",
"DRY_MATTER_CONTENT": "Dry matter content",
"EDIT_PRODUCT_DETAILS": "Edit product details",
"FERTILISER_TYPE": "Fertiliser type",
"FERTILISER_TYPE_PLACEHOLDER": "What type of fertiliser is it?",
"LIQUID_FERTILISER": "Liquid fertiliser",
"FERTILISER_TYPE": "Is this product dry or liquid?",
"LIQUID_FERTILISER": "Liquid",
"MAGNESIUM": "Magnesium (Mg)",
"MANGANESE": "Manganese (Mn)",
"MOISTURE_CONTENT": "Moisture content",
Expand Down
1 change: 0 additions & 1 deletion packages/webapp/public/locales/es/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"DRY_MATTER_CONTENT": "Contenido de materia seca",
"EDIT_PRODUCT_DETAILS": "Editar detalles del producto",
"FERTILISER_TYPE": "Tipo de fertilizante",
"FERTILISER_TYPE_PLACEHOLDER": "¿Qué tipo de fertilizante es?",
"LIQUID_FERTILISER": "Fertilizante líquido",
"MAGNESIUM": "Magnesio (Mg)",
"MANGANESE": "Manganeso (Mn)",
Expand Down
1 change: 0 additions & 1 deletion packages/webapp/public/locales/fr/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"DRY_MATTER_CONTENT": "Teneur en matière sèche",
"EDIT_PRODUCT_DETAILS": "Modifier les détails du produit",
"FERTILISER_TYPE": "Type d'engrais",
"FERTILISER_TYPE_PLACEHOLDER": "Quel type d'engrais est-ce ?",
"LIQUID_FERTILISER": "Engrais liquide",
"MAGNESIUM": "Magnésium (Mg)",
"MANGANESE": "Manganèse (Mn)",
Expand Down
1 change: 0 additions & 1 deletion packages/webapp/public/locales/pt/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"DRY_MATTER_CONTENT": "Conteúdo de matéria seca",
"EDIT_PRODUCT_DETAILS": "Editar detalhes do produto",
"FERTILISER_TYPE": "Tipo de fertilizante",
"FERTILISER_TYPE_PLACEHOLDER": "Que tipo de fertilizante é este?",
"LIQUID_FERTILISER": "Fertilizante líquido",
"MAGNESIUM": "Magnésio (Mg)",
"MANGANESE": "Manganês (Mn)",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,6 @@ const ProductDetails = ({
value={fertiliserTypeOptions.find(({ value }) => value === fertiliserType) || null}
isDisabled={isDetailDisabled}
label={t('ADD_PRODUCT.FERTILISER_TYPE')}
placeholder={t('ADD_PRODUCT.FERTILISER_TYPE_PLACEHOLDER')}
options={fertiliserTypeOptions}
onChange={(e) => setValue(FERTILISER_TYPE_ID, e?.value)}
optional
Expand Down

0 comments on commit 6e3f296

Please sign in to comment.