diff --git a/app/lib/chart_series_controller.coffee b/app/lib/chart_series_controller.coffee index eee2bfe..0bb4290 100644 --- a/app/lib/chart_series_controller.coffee +++ b/app/lib/chart_series_controller.coffee @@ -23,7 +23,7 @@ App.ChartSeriesController = Em.Object.extend labels.push key: key, label: label if @includeBlank labels.push(isSeparator: true) - labels.push(key: '', label: "Zrušit") + labels.push(key: '', label: "Cancel") labels ).property('data').cacheable() diff --git a/app/templates/main_page.handlebars b/app/templates/main_page.handlebars index 158bc5d..e7c5261 100644 --- a/app/templates/main_page.handlebars +++ b/app/templates/main_page.handlebars @@ -3,16 +3,16 @@
-

Přehled {{App.chartDataController.period}}

+

Overview {{App.chartDataController.period}}