fix spelling
authorMark Wells <mark@freeside.biz>
Sat, 5 Dec 2015 00:44:09 +0000 (16:44 -0800)
committerMark Wells <mark@freeside.biz>
Sat, 5 Dec 2015 00:47:17 +0000 (16:47 -0800)
httemplate/view/cust_main/packages/status.html

index 1a215f3..aa5320b 100644 (file)
@@ -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>';