Commit 62c1dba7 authored by Mark Harding's avatar Mark Harding

(fix): Correct caps for timestamps and clearer lanugage - closes #2092

1 merge request!368WIP: Epic/pro affiliate launch
Pipeline #89042545 failed with stages
in 4 minutes and 22 seconds
......@@ -7,7 +7,7 @@ class MtdTimespan extends AbstractTimespan
protected $id = 'mtd';
/** @var string */
protected $label = 'month to date';
protected $label = 'Month to date';
/** @var string */
protected $interval = 'day';
......
......@@ -12,7 +12,7 @@ class TodayTimespan extends AbstractTimespan
protected $id = 'today';
/** @var string */
protected $label = 'today';
protected $label = 'Today';
/** @var string */
protected $interval = 'day';
......
......@@ -7,7 +7,7 @@ class YtdTimespan extends AbstractTimespan
protected $id = 'ytd';
/** @var string */
protected $label = 'year to date';
protected $label = 'Year to date';
/** @var string */
protected $interval = 'month';
......
......@@ -7,7 +7,7 @@ class _1yTimespan extends AbstractTimespan
protected $id = '1y';
/** @var string */
protected $label = '1 year ago';
protected $label = 'Last 12 months';
/** @var string */
protected $interval = 'month';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment