We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5b8309 commit 2851045Copy full SHA for 2851045
plugins/Overlay/client/translations.js
@@ -12,7 +12,7 @@ var Piwik_Overlay_Translations = (function () {
12
initialize: function (callback) {
13
// Load translation data
14
Piwik_Overlay_Client.api('getTranslations', function (data) {
15
- translations = data[0];
+ translations = data;
16
callback();
17
});
18
},
0 commit comments