Fix two English strings
[civicrm-core.git] / templates / CRM / Report / Page / InstanceList.tpl
index 95d0be22edf402b54df79cb130d028dcf1482b6d..329e717dc04dffbc5b3fac960600a76abe6dc6b5 100644 (file)
         {if !empty($myReports)}
           {ts}You do not have any private reports. To add a report to this section, edit the Report Settings for a report and set 'Add to My Reports' to Yes.{/ts}  
         {else}
-          {ts 1=$compName}No %1 reports have been created.{/ts}  
+          {if $compName}
+            {ts 1=$compName}No %1 reports have been created.{/ts}  
+          {else}
+            {ts}No reports have been created.{/ts}  
+          {/if}
           {if !empty($templateUrl)}
             {ts 1=$templateUrl}You can create reports by selecting from the <a href="%1">list of report templates here.</a>{/ts}
           {else}