Skip to content

Commit

Permalink
Changing the big_number viz verbose names
Browse files Browse the repository at this point in the history
  • Loading branch information
michellethomas committed Apr 7, 2016
1 parent d42279a commit df141cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions caravel/viz.py
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ class BigNumberViz(BaseViz):
"""Put emphasis on a single metric with this big number viz"""

viz_type = "big_number"
verbose_name = "Big Number"
verbose_name = "Big Number with Trendline"
is_timeseries = True
fieldsets = ({
'label': None,
Expand Down Expand Up @@ -607,7 +607,7 @@ class BigNumberTotalViz(BaseViz):
"""Put emphasis on a single metric with this big number viz"""

viz_type = "big_number_total"
verbose_name = "Big Number Total"
verbose_name = "Big Number"
is_timeseries = False
fieldsets = ({
'label': None,
Expand Down

0 comments on commit df141cb

Please sign in to comment.