From c22a38972b7c4089aab96fb912a81aa4a341cbe6 Mon Sep 17 00:00:00 2001 From: Nathan Leniz Date: Wed, 4 Feb 2015 23:59:05 -0500 Subject: [PATCH] Cleaning up generator pages --- views/bonfire/generator.jade | 2 +- views/bonfire/public-generator.jade | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/views/bonfire/generator.jade b/views/bonfire/generator.jade index 1f2e018374..0d50bad791 100644 --- a/views/bonfire/generator.jade +++ b/views/bonfire/generator.jade @@ -27,7 +27,7 @@ block content .form-group label.col-sm-2.control-label.wrappable(for='description') description: .col-sm-10 - textarea#description.form-control(name="description", rows=5, placeholder="Separate sentences by exactly one space only. Do not add in line breaks.") + textarea#description.form-control(name="description", rows=5, placeholder="Each \"paragraph\" needs to be separated by a line break(return key).") .form-group label.col-sm-2.control-label.wrappable(for='challengeSeed') challengeSeed: .col-sm-10 diff --git a/views/bonfire/public-generator.jade b/views/bonfire/public-generator.jade index c3761fe674..4425d90b18 100644 --- a/views/bonfire/public-generator.jade +++ b/views/bonfire/public-generator.jade @@ -26,7 +26,7 @@ block content .form-group label.col-sm-2.control-label.wrappable(for='description') description: .col-sm-10 - textarea#description.form-control(name="description", placeholder="Separate sentences by exactly one space only. Do not add in line breaks.") + textarea#description.form-control(name="description", rows=5, placeholder="Each \"paragraph\" needs to be separated by a line break(return key).") .form-group label.col-sm-2.control-label.wrappable(for='challengeSeed') challengeSeed: .col-sm-10