Update Miscellaneous.php
authorTim Otten <totten@civicrm.org>
Thu, 14 Jan 2021 23:09:00 +0000 (15:09 -0800)
committerGitHub <noreply@github.com>
Thu, 14 Jan 2021 23:09:00 +0000 (15:09 -0800)
CRM/Admin/Form/Setting/Miscellaneous.php

index 4d34e060d8600d2c1cf87b9dba5bdf5725c43db4..6841eb693551556d4e18583c972aab6322552ae2 100644 (file)
@@ -102,7 +102,7 @@ class CRM_Admin_Form_Setting_Miscellaneous extends CRM_Admin_Form_Setting {
     $inputBytes = CRM_Utils_Number::formatUnitSize($fields['maxFileSize'] . 'M', FALSE);
 
     if ($inputBytes > $iniBytes) {
-      $errors['maxFileSize'] = ts("Maximum file size cannot exceed limit defined in \"php.ini\" (\"upload_max_filesize=%1\") .", [
+      $errors['maxFileSize'] = ts("Maximum file size cannot exceed limit defined in \"php.ini\" (\"upload_max_filesize=%1\").", [
         1 => ini_get('upload_max_filesize'),
       ]);
     }