Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Aubry <matt@piwik.org>2015-01-15 05:03:45 +0300
committerMatthieu Aubry <matt@piwik.org>2015-01-15 05:03:45 +0300
commit9043f427470dbfb61aed29d1e0c80e2e70d3e51f (patch)
tree7909b6f61bc74bf5f39d5d1b1043d7ac1298cea7 /plugins/Morpheus
parent4f1e2c1d271590b90c257a8eddbe3a7b2bf231be (diff)
parent38776337de8fef02f8927685c50556e3996c4dc7 (diff)
Merge pull request #7024 from itscutekk/accessability2
Accessability2
Diffstat (limited to 'plugins/Morpheus')
-rw-r--r--plugins/Morpheus/templates/dashboard.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Morpheus/templates/dashboard.twig b/plugins/Morpheus/templates/dashboard.twig
index 64e11b9c12..8efae9d94c 100644
--- a/plugins/Morpheus/templates/dashboard.twig
+++ b/plugins/Morpheus/templates/dashboard.twig
@@ -1,5 +1,5 @@
<!DOCTYPE html>
-<html id="ng-app" ng-app="piwikApp">
+<html id="ng-app" lang="{{ language }}" ng-app="piwikApp">
<head>
{% block head %}
<meta charset="utf-8">