Minor translation updates

This commit is contained in:
Nik Verweel 2026-02-23 14:38:38 +01:00
parent eafb6f68be
commit 17f59edd70
2 changed files with 1 additions and 1 deletions

View file

@ -730,7 +730,7 @@ generate_field_alerts <- function(field_details_table) {
} }
# Check for required columns # Check for required columns
required_cols <- c("Field", "Field Size (hectares)", "Growth Uniformity", "Yield Forecast (t/ha)", required_cols <- c("Field", "Field Size (acres)", "Growth Uniformity", "Yield Forecast (t/ha)",
"Gap Score", "Decline Risk", "Patchiness Risk", "Mean CI", "CV Value", "Moran's I") "Gap Score", "Decline Risk", "Patchiness Risk", "Mean CI", "CV Value", "Moran's I")
missing_cols <- setdiff(required_cols, colnames(field_details_table)) missing_cols <- setdiff(required_cols, colnames(field_details_table))

Binary file not shown.