--HR-321 Changed label
authorPoonam <poonam@poonam.(none)>
Thu, 3 Apr 2014 06:01:07 +0000 (11:31 +0530)
committerPoonam <poonam@poonam.(none)>
Thu, 3 Apr 2014 06:01:07 +0000 (11:31 +0530)
CRM/Activity/Form/Activity.php
templates/CRM/Case/Form/Activity.tpl

index fb9bad8ea6cafb086af18d622086acc1a4415732..8faebedf7e326762f9db44c13bd424198875dfb2 100644 (file)
@@ -152,7 +152,7 @@ class CRM_Activity_Form_Activity extends CRM_Contact_Form_Task {
       ),
       'details' => array(
         'type' => 'wysiwyg',
-        'label' => ts('Notes'),
+        'label' => ts('Details'),
         // forces a smaller edit window
         'attributes' => array('rows' => 4, 'cols' => 60),
         'required' => FALSE
index 8e9284a5ee03f696a5ff58aea5881add2e905503..ad63f02997cd7c14f6650ed423dd95ecdd85c178 100644 (file)
@@ -58,7 +58,7 @@
     {if $activityTypeFile}
       {include file="CRM/Case/Form/Activity/$activityTypeFile.tpl"}
       <tr class="crm-case-activity-form-block-details">
-        <td class="label">{$form.details.label}</td>
+        <td class="label">{ts}Notes{/ts}</td>
         <td class="view-value">
           {* If using plain textarea, assign class=huge to make input large enough. *}
           {if $defaultWysiwygEditor eq 0}{$form.details.html|crmAddClass:huge}{else}{$form.details.html}{/if}