From: Tim Otten Date: Thu, 8 Jan 2015 02:18:52 +0000 (-0800) Subject: CRM-15578 - crmMailingAB/report - Grammatical consistency. More intuitive order. X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=e2bfadbe418d83d60a3fa3dad132e7441c96bd8c;p=civicrm-core.git CRM-15578 - crmMailingAB/report - Grammatical consistency. More intuitive order. --- diff --git a/partials/crmMailingAB/report.html b/partials/crmMailingAB/report.html index b9d8ecb643..2b70a987a8 100644 --- a/partials/crmMailingAB/report.html +++ b/partials/crmMailingAB/report.html @@ -27,25 +27,13 @@ {{ts('View')}} - {{ts('Delivered')}} + {{ts('Deliveries')}} {{stats.a.Delivered}} {{stats.b.Delivered}} {{stats.c.Delivered}} - {{ts('Bounces')}} - {{stats.a.Bounces}} - {{stats.b.Bounces}} - {{stats.c.Bounces}} - - - {{ts('Unsubscribers')}} - {{stats.a.Unsubscribers}} - {{stats.b.Unsubscribers}} - {{stats.c.Unsubscribers}} - - - {{'Opened'}} + {{ts('Opens')}} {{stats.a.Opened}} {{stats.b.Opened}} {{stats.c.Opened}} @@ -56,6 +44,18 @@ {{stats.b['Unique Clicks']}} {{stats.c['Unique Clicks']}} + + {{ts('Bounces')}} + {{stats.a.Bounces}} + {{stats.b.Bounces}} + {{stats.c.Bounces}} + + + {{ts('Unsubscribes')}} + {{stats.a.Unsubscribers}} + {{stats.b.Unsubscribers}} + {{stats.c.Unsubscribers}} +