summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--httemplate/edit/elements/rate_detail.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/elements/rate_detail.html b/httemplate/edit/elements/rate_detail.html
index cd3efe1e3..14b52110b 100644
--- a/httemplate/edit/elements/rate_detail.html
+++ b/httemplate/edit/elements/rate_detail.html
@@ -53,7 +53,7 @@ with row headers showing the region name and prefixes.
<TR><TD><% edit_link($detail) %><% $money_char.$detail->min_charge %>
<% $detail->sec_granularity ? ' / minute':' / call' %>
% if ( $detail->min_cost ) {
- (<% $money_char.$detail->min_charge %> cost)
+ (<% $money_char.$detail->min_cost %> cost)
% }
<% $edit_hint %></A>
</TD></TR>