diff --git a/plugins/CoreHome/lang/en.json b/plugins/CoreHome/lang/en.json index bcaf3af402389b78e1fb66951e0ec8fac3d91e48..70a2ae60def2ea3a1e885baa5c2bbca792a2d09b 100644 --- a/plugins/CoreHome/lang/en.json +++ b/plugins/CoreHome/lang/en.json @@ -51,6 +51,7 @@ "ShortMonthFormat": "%shortMonth% %longYear%", "ShortWeekFormat": "%dayFrom% %shortMonthFrom% - %dayTo% %shortMonthTo% %shortYearTo%", "ShowJSCode": "Show the JavaScript code to insert", + "SkipToContent": "Skip to content", "SubscribeAndBecomePiwikSupporter": "Proceed to a secure credit card payment page (Paypal) to become a Piwik Supporter!", "SupportPiwik": "Support Piwik!", "TableNoData": "No data for this table.", @@ -63,4 +64,4 @@ "UndoPivotBySubtable": "This report has been pivoted %s Undo pivot", "PivotBySubtable": "This report is not pivoted %s Pivot by %s" } -} \ No newline at end of file +} diff --git a/plugins/CoreVisualizations/templates/_dataTableViz_jqplotGraph.twig b/plugins/CoreVisualizations/templates/_dataTableViz_jqplotGraph.twig index 5dfd78b1f37efb4f61aa10062489795fc0ee9865..aee1a052419a1c55eb8573c19e2581b99ba431b2 100644 --- a/plugins/CoreVisualizations/templates/_dataTableViz_jqplotGraph.twig +++ b/plugins/CoreVisualizations/templates/_dataTableViz_jqplotGraph.twig @@ -1,3 +1,3 @@ -<div class="jqplot-graph"> +<div alt="{{ 'Mobile_StaticGraph'|translate }}" class="jqplot-graph"> <div class="piwik-graph" data-data="{{ visualization.getGraphData(dataTable, properties)|json_encode }}"></div> -</div> \ No newline at end of file +</div>