commit | 9d6312fac4c933e9d1571642c5ef169ea38a9e9b | [log] [tgz] |
---|---|---|
author | Bárbara Perretti <bags_per@hotmail.com> | Tue Oct 15 17:57:20 2013 -0300 |
committer | Bárbara Perretti <bags_per@hotmail.com> | Tue Oct 15 17:57:20 2013 -0300 |
tree | ec9b5469a8baa624fc70cd11fef07c5f965880fa | |
parent | 7329d7f118793621ce3b789beeee1ac67b697d2f [diff] |
Fix translate customers_not_buying_since_long_time.js
diff --git a/selling/report/customers_not_buying_since_long_time/customers_not_buying_since_long_time.js b/selling/report/customers_not_buying_since_long_time/customers_not_buying_since_long_time.js index d527b34..78c3828 100644 --- a/selling/report/customers_not_buying_since_long_time/customers_not_buying_since_long_time.js +++ b/selling/report/customers_not_buying_since_long_time/customers_not_buying_since_long_time.js
@@ -5,7 +5,7 @@ "filters": [ { "fieldname":"days_since_last_order", - "label": "Days Since Last Order", + "label": wn._("Days Since Last Order"), "fieldtype": "Int", "default": 60 }