From d8c067a2413371d84b7ac91efaeb7abbdab3f979 Mon Sep 17 00:00:00 2001 From: Jussi Nikander <Jussi.Nikander@luke.fi> Date: Mon, 23 Apr 2018 13:31:16 +0300 Subject: [PATCH] Fixed typos. --- src/main/webapp/formdefinitions/models/FINNCEREAL.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/formdefinitions/models/FINNCEREAL.json b/src/main/webapp/formdefinitions/models/FINNCEREAL.json index 9a2abf23..5e687f5e 100644 --- a/src/main/webapp/formdefinitions/models/FINNCEREAL.json +++ b/src/main/webapp/formdefinitions/models/FINNCEREAL.json @@ -58,7 +58,7 @@ "options": [ {"value":"Intensive", "label":{"en":"Ploughing","nb":"?","fi":"Kynt�"}, "selected":"true"}, {"value":"Reduced", "label":{"en":"Reduced tillage","nb":"?","fi":"Kevytmuokkaus"}}, - {"value":"nbne", "label":{"en" : "Direct seeding", "nb":"?","fi":"Suorakylv�"}} + {"value":"None", "label":{"en" : "Direct seeding", "nb":"?","fi":"Suorakylv�"}} ] }, { @@ -67,7 +67,7 @@ "fieldType" : "SELECT_SINGLE", "required" : true, "options": [ - {"value":"nbrmal", "label":{"en":"nbrmal","nb":"?", "fi":"normaali"}, "selected":"true"}, + {"value":"Normal", "label":{"en":"Normal","nb":"?", "fi":"normaali"}, "selected":"true"}, {"value":"Resistant", "label":{"en":"Resistant","nb":"?","fi":"Resistentti"}}, {"value":"Sensitive", "label":{"en" : "Susceptible", "nb":"?", "fi":"Haavoittuva"}} ] -- GitLab