Skip to content

Commit

Permalink
Fix details overlay for links in overlay mode (#16016)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgiehl authored Jun 3, 2020
1 parent b5b8309 commit 2851045
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/Overlay/client/translations.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ var Piwik_Overlay_Translations = (function () {
initialize: function (callback) {
// Load translation data
Piwik_Overlay_Client.api('getTranslations', function (data) {
translations = data[0];
translations = data;
callback();
});
},
Expand Down

0 comments on commit 2851045

Please sign in to comment.