Skip to content

Commit 0aa9c39

Browse files
authored
Merge pull request #5761 from Countly/SER-1897
[SER-1897] [Fix] Renamed "Surveys" to "Surveys & NPS" in dropdown
2 parents 12cbd8e + 821772c commit 0aa9c39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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)