diff --git a/plugins/CoreHome/angularjs/common/directives/translate.js b/plugins/CoreHome/angularjs/common/directives/translate.js
index dd1edbf4607ae60831dfbc90bf4380807757f88b..cbf7896e9e832157eb12168576c2a02862990c3e 100644
--- a/plugins/CoreHome/angularjs/common/directives/translate.js
+++ b/plugins/CoreHome/angularjs/common/directives/translate.js
@@ -25,9 +25,6 @@
     function piwikTranslate() {
         return {
             restrict: 'A',
-            scope: {
-                piwikTranslate: '@'
-            },
             compile: function(element, attrs) {
                 var parts = element.html().split('::'),
                     translated = _pk_translate(attrs.piwikTranslate, parts);