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'
---