From b7d2e476ac0e2d25f760cbac7c2d977568ca620d Mon Sep 17 00:00:00 2001 From: sushantpaste Date: Mon, 21 Mar 2016 14:44:56 +0530 Subject: [PATCH] Fixes for Note preview CSS --- templates/CRM/Contact/Page/View/Note.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/CRM/Contact/Page/View/Note.tpl b/templates/CRM/Contact/Page/View/Note.tpl index 8c2081274d..e5c3babbe6 100644 --- a/templates/CRM/Contact/Page/View/Note.tpl +++ b/templates/CRM/Contact/Page/View/Note.tpl @@ -31,7 +31,7 @@ {ts}Subject{/ts}{$note.subject} {ts}Date:{/ts}{$note.modified_date|crmDate} {ts}Privacy:{/ts}{$note.privacy} - {ts}Privacy:{/ts}{$note.note|nl2br} + {ts}Note:{/ts}{$note.note|nl2br} {if $currentAttachmentInfo} {include file="CRM/Form/attachment.tpl"} -- 2.25.1