Copy changes.

This commit is contained in:
Samuel Clay 2010-08-30 22:58:41 -04:00
parent 077fdea638
commit c90d553677
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ import datetime
graph_config = {
'graph_category' : 'NewsBlur',
'graph_title' : 'NewsBlur Errors',
'graph_title' : 'NewsBlur Fetching History',
'graph_vlabel' : 'errors',
'feed_errors.label': 'Feed Errors',
'feed_success.label': 'Feed Success',

View file

@ -6,7 +6,7 @@ from apps.reader.models import UserSubscription
graph_config = {
'graph_category' : 'NewsBlur',
'graph_title' : 'NewsBlur Feeds',
'graph_title' : 'NewsBlur Feeds & Subscriptions',
'graph_vlabel' : 'Feeds & Subscribers',
'feeds.label': 'feeds',
'subscriptions.label': 'subscriptions',