diff options
author | Mark Wells <mark@freeside.biz> | 2012-05-12 22:31:03 -0700 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2012-05-12 22:31:03 -0700 |
commit | 4cc0b69a94138d85b1ff8b67966127af3c72288d (patch) | |
tree | 0c1eaf50f431754a1b98d733ec0fe769c4558163 /httemplate/search/report_prepaid_income.html | |
parent | 053116d325050963ada4455c83b7bd1c154ce59f (diff) |
change calculation method for prepaid income report, #13289
Diffstat (limited to 'httemplate/search/report_prepaid_income.html')
-rw-r--r-- | httemplate/search/report_prepaid_income.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/search/report_prepaid_income.html b/httemplate/search/report_prepaid_income.html index 90b72f60b..4743e2d21 100644 --- a/httemplate/search/report_prepaid_income.html +++ b/httemplate/search/report_prepaid_income.html @@ -41,7 +41,7 @@ <TD ALIGN="right"> <INPUT TYPE="checkbox" NAME="include_monthly" VALUE=1> </TD> - <TD ALIGN="left"><% emt('Include packages with period <= 1 month') %> + <TD ALIGN="left"><% mt('Include packages with period ≤ 1 month') %> </TD> </TR> <TR> |