),
'details' => array(
'type' => 'wysiwyg',
- 'label' => ts('Notes'),
+ 'label' => ts('Details'),
// forces a smaller edit window
'attributes' => array('rows' => 4, 'cols' => 60),
'required' => FALSE
{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}