diff options
author | Mark Wells <mark@freeside.biz> | 2015-12-04 16:44:09 -0800 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2015-12-04 16:47:17 -0800 |
commit | d2916480d64ae7b0b86bd73feabc1c5a45b664f7 (patch) | |
tree | b3f7f5c47e4155adbecda2e5374dd3f42aeebd27 /httemplate | |
parent | 11a4787e386291574aca2357421b586e365252d9 (diff) |
fix spelling
Diffstat (limited to 'httemplate')
-rw-r--r-- | httemplate/view/cust_main/packages/status.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/view/cust_main/packages/status.html b/httemplate/view/cust_main/packages/status.html index 1a215f374..aa5320bd8 100644 --- a/httemplate/view/cust_main/packages/status.html +++ b/httemplate/view/cust_main/packages/status.html @@ -547,7 +547,7 @@ sub pkg_status_row_discount { if ( $discount->months > 0 and $cust_pkg_discount->months_used > 0 ) { my $remaining = $discount->months - $cust_pkg_discount->months_used; $remaining = sprintf('%.2f', $remaining) if $remaining =~ /\./; - $label .= <br> . emt("([_1] months remaining)",$remaining); + $label .= <br> . emt(" ([quant,_1,month,months] remaining)",$remaining); } $label .= '</SPAN>'; |