Browse Source

Update forgotten label

Denis K 8 years ago
parent
commit
45f3a88399
1 changed files with 1 additions and 1 deletions
  1. 1 1
      jet/dashboard/dashboard_modules/yandex_metrika.py

+ 1 - 1
jet/dashboard/dashboard_modules/yandex_metrika.py

@@ -143,7 +143,7 @@ class YandexMetrikaChartSettingsForm(YandexMetrikaSettingsForm):
     show = forms.ChoiceField(label=_('Show'), choices=(
         ('visitors', capfirst(_('visitors'))),
         ('visits', capfirst(_('visits'))),
-        ('page_views', capfirst(_('Views'))),
+        ('page_views', capfirst(_('views'))),
     ))
     group = forms.ChoiceField(label=_('Group'), choices=(
         ('day', _('By day')),