Merge pull request #3041 from freeform/CRM-14470
[civicrm-core.git] / CRM / Event / Form / EventFees.php
index 94873fad87601652cd44405dbb426a963dee04a1..d68f442226bc48dd97c4ae46ccea3350e88deefd 100644 (file)
@@ -447,7 +447,7 @@ SELECT  id, html_type
           CRM_Core_DAO::getAttribute('CRM_Contribute_DAO_Contribution', 'check_number')
         );
 
-        $form->add('text', 'total_amount', ts('Total Amount'),
+        $form->add('text', 'total_amount', ts('Amount'),
           CRM_Core_DAO::getAttribute('CRM_Contribute_DAO_Contribution', 'total_amount')
         );
       }