mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix(timepicker): changed name of Day so far -> Today so far, Week to date > Week so far, closes #3465
This commit is contained in:
parent
f1bc87133d
commit
64138bd424
@ -17,9 +17,9 @@ var spans = {
|
||||
|
||||
var rangeOptions = [
|
||||
{ from: 'now/d', to: 'now/d', display: 'Today', section: 2 },
|
||||
{ from: 'now/d', to: 'now', display: 'The day so far', section: 2 },
|
||||
{ from: 'now/d', to: 'now', display: 'Today so far', section: 2 },
|
||||
{ from: 'now/w', to: 'now/w', display: 'This week', section: 2 },
|
||||
{ from: 'now/w', to: 'now', display: 'Week to date', section: 2 },
|
||||
{ from: 'now/w', to: 'now', display: 'Week so far', section: 2 },
|
||||
{ from: 'now/M', to: 'now/M', display: 'This month', section: 2 },
|
||||
{ from: 'now/y', to: 'now/y', display: 'This year', section: 2 },
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user