We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 645b821 commit 58b32dfCopy full SHA for 58b32df
plugins/sources/frontend/public/javascripts/countly.views.js
@@ -251,8 +251,4 @@ $(document).ready(function() {
251
'<div class="text" data-localize="keywords.title"></div>' +
252
'</a>';
253
$('#web-type #analytics-submenu').append(menu2);
254
- if(app.configurationsView){
255
- app.configurationsView.registerLabel("sources", "sources.source");
256
- app.configurationsView.registerLabel("sources.sources_length_limit", "sources.length_limit");
257
- }
258
});
0 commit comments