[MERGE] forward port of branch saas-3 up to c89d1a0
[odoo/odoo.git] / addons / web_graph / static / src / js / pivot_table.js
index a46203f..a99bae1 100644 (file)
@@ -18,7 +18,7 @@ openerp.web_graph.PivotTable = openerp.web.Class.extend({
                this.updating = false;
                this.model = model;
                this.fields = fields;
-        this.fields.__count = {type: 'integer', string:_t('Quantity')};
+        this.fields.__count = {type: 'integer', string:_t('Count')};
         this.measures = options.measures || [];
         this.rows = { groupby: options.row_groupby, headers: null };
         this.cols = { groupby: options.col_groupby, headers: null };