From: sushantpaste Date: Mon, 21 Mar 2016 09:14:56 +0000 (+0530) Subject: Fixes for Note preview CSS X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=b7d2e476ac0e2d25f760cbac7c2d977568ca620d;p=civicrm-core.git Fixes for Note preview CSS --- 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"}