From 3adb26d95bc0a1e12cdde6f0f87fdc7b3bf28b1e Mon Sep 17 00:00:00 2001 From: Matt Drayer Date: Tue, 15 Sep 2015 11:55:08 -0400 Subject: [PATCH] mattdrayer/signatory-title-textarea: Increase form input limit to 106 characters --- cms/templates/js/signatory-editor.underscore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cms/templates/js/signatory-editor.underscore b/cms/templates/js/signatory-editor.underscore index 7191373602..0595ef3bc5 100644 --- a/cms/templates/js/signatory-editor.underscore +++ b/cms/templates/js/signatory-editor.underscore @@ -19,8 +19,8 @@
- - <%= gettext("The title of this signatory as it should appear on certificates. Maximum 2 lines, 40 characters each.") %> + + <%= gettext("The title of this signatory as it should appear on certificates. Maximum of 106 characters.") %> <% if(error && error.title) { %> <%= error.title %> <% } %> @@ -44,7 +44,7 @@ <%= gettext("Image must be 450px X 150px transparent PNG") %>
- +