Skip to content

Commit 23732dc

Browse files
long/lat label corrected
1 parent eff9b3f commit 23732dc

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/webfrontend/CustomDataTypeGeoref.coffee

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -460,17 +460,17 @@ class CustomDataTypeGeoref extends CustomDataTypeWithCommons
460460
name: "pointForm"
461461
class: "georefTextInputForm"
462462
fields: [
463-
form:
464-
label: $$("custom.data.type.georef.add_new.modal.form.latitude")
465-
hint: $$("custom.data.type.georef.add_new.modal.form.latitude.hint")
466-
type: CUI.Input
467-
name: "georef_add_new_point.latitude"
468-
,
469463
form:
470464
label: $$("custom.data.type.georef.add_new.modal.form.longitude")
471465
hint: $$("custom.data.type.georef.add_new.modal.form.longitude.hint")
472466
type: CUI.Input
473467
name: "georef_add_new_point.longitude"
468+
,
469+
form:
470+
label: $$("custom.data.type.georef.add_new.modal.form.latitude")
471+
hint: $$("custom.data.type.georef.add_new.modal.form.latitude.hint")
472+
type: CUI.Input
473+
name: "georef_add_new_point.latitude"
474474
]
475475
pointForm.start()
476476

0 commit comments

Comments
 (0)