diff --git a/cms/templates/js/signatory-editor.underscore b/cms/templates/js/signatory-editor.underscore
index 2534eab881..e146d023b3 100644
--- a/cms/templates/js/signatory-editor.underscore
+++ b/cms/templates/js/signatory-editor.underscore
@@ -22,7 +22,7 @@
<%= gettext("Name ") %>
" value="<%= name %>" aria-describedby="signatory-name-<%= signatory_number %>-tip" maxlength="40" />
-
<%= gettext("Maximum 40 characters") %>
+
<%= gettext("The name of this signatory as it should appear on certificates. Maximum 40 characters.") %>
<% if(error && error.name) { %>
<%= error.name %>
<% } %>
@@ -30,7 +30,7 @@
<%= gettext("Title ") %>
-
<%= gettext("2 Lines, 40 characters each") %>
+
<%= gettext("The title of this signatory as it should appear on certificates. Maximum 2 lines, 40 characters each.") %>
<% if(error && error.title) { %>
<%= error.title %>
<% } %>
@@ -38,7 +38,7 @@
<%= gettext("Organization ") %>
" value="<%= organization %>" aria-describedby="signatory-organization-<%= signatory_number %>-tip" maxlength="40" />
- <%= gettext("Maximum 40 characters") %>
+ <%= gettext("The organization that this signatory belongs to, as it should appear on certificates. Maximum 40 characters.") %>
<% if(error && error.organization) { %>
<%= error.organization %>
<% } %>