Skip to content

Commit a39ffc7

Browse files
committed
Merge branch 'SER-1680' of https://github.com/Countly/countly-server into SER-1680
2 parents fe3a658 + b89023a commit a39ffc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/populator/frontend/public/javascripts/countly.views.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
{value: "funnels", label: CV.i18n("funnels.plugin-title")},
5757
{value: "performance-monitoring", label: CV.i18n("performance-monitoring.title")},
5858
{value: "star-rating", label: CV.i18n("star-rating.plugin-title")},
59-
{value: "surveys", label: CV.i18n("surveys.plugin-title")},
59+
{value: "surveys", label: CV.i18n("surveys.nps.plugin-title")},
6060
];
6161
if (countlyGlobal.apps[countlyCommon.ACTIVE_APP_ID] && countlyGlobal.apps[countlyCommon.ACTIVE_APP_ID].type === "mobile") {
6262
plugins.push({value: "push", label: CV.i18n("push-notification.title")});

0 commit comments

Comments
 (0)