From 3d6985fedb80f51023705383f9ac5d512f1468dd Mon Sep 17 00:00:00 2001 From: jlukic Date: Wed, 27 Nov 2013 14:28:05 -0500 Subject: [PATCH] Fix form validation name --- server/documents/modules/form.html.eco | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/documents/modules/form.html.eco b/server/documents/modules/form.html.eco index 6c689211c..0a898469c 100755 --- a/server/documents/modules/form.html.eco +++ b/server/documents/modules/form.html.eco @@ -2,7 +2,7 @@ layout : 'default' css : 'form' -title : 'Validate Form' +title : 'Form Validation' description : 'A form validation behavior checks user input data against a set of criteria before passing along the data to the server' type : 'UI Behavior' ---