We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fe3a658 + b89023a commit a39ffc7Copy full SHA for a39ffc7
plugins/populator/frontend/public/javascripts/countly.views.js
@@ -56,7 +56,7 @@
56
{value: "funnels", label: CV.i18n("funnels.plugin-title")},
57
{value: "performance-monitoring", label: CV.i18n("performance-monitoring.title")},
58
{value: "star-rating", label: CV.i18n("star-rating.plugin-title")},
59
- {value: "surveys", label: CV.i18n("surveys.plugin-title")},
+ {value: "surveys", label: CV.i18n("surveys.nps.plugin-title")},
60
];
61
if (countlyGlobal.apps[countlyCommon.ACTIVE_APP_ID] && countlyGlobal.apps[countlyCommon.ACTIVE_APP_ID].type === "mobile") {
62
plugins.push({value: "push", label: CV.i18n("push-notification.title")});
0 commit comments