diff options
Diffstat (limited to 'httemplate/view')
| -rw-r--r-- | httemplate/view/cust_main/billing.html | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/httemplate/view/cust_main/billing.html b/httemplate/view/cust_main/billing.html index 9f1ff8dc9..ba63833f4 100644 --- a/httemplate/view/cust_main/billing.html +++ b/httemplate/view/cust_main/billing.html @@ -244,7 +244,7 @@  % if ( $conf->exists('voip-cust_cdr_squelch') ) {     <TR> -    <TD ALIGN="right"><% mt('Print CDRs') |h %></TD> +    <TD ALIGN="right"><% mt($conf->exists('voip-cdr_email') ? 'Print CDRs' : 'Show CDRs') |h %></TD>      <TD BGCOLOR="#ffffff"><% $cust_main->squelch_cdr ? $no : $yes %></TD>    </TR>  % }  | 
