From 47775bc94be2f9ce40938b80eabb99611c38d82f Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Sat, 15 Nov 2014 21:37:40 -0500 Subject: [PATCH] CRM-15603 - Remove extra trailing space --- js/model/crm.uf.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/model/crm.uf.js b/js/model/crm.uf.js index b28f876140..787172ec3f 100644 --- a/js/model/crm.uf.js +++ b/js/model/crm.uf.js @@ -496,7 +496,7 @@ type: 'TextArea' }, 'help_pre': { - title: ts('Pre-form Help '), + title: ts('Pre-form Help'), help: ts('Explanatory text displayed at the beginning of the form.') + ts('Note that this help text is displayed on profile create/edit screens only.'), type: 'TextArea' -- 2.25.1