Skip to content

Commit

Permalink
Merge pull request #5761 from Countly/SER-1897
Browse files Browse the repository at this point in the history
[SER-1897] [Fix] Renamed "Surveys" to "Surveys & NPS" in dropdown
  • Loading branch information
Cookiezaurs authored Nov 12, 2024
2 parents 12cbd8e + 821772c commit 0aa9c39
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
{value: "funnels", label: CV.i18n("funnels.plugin-title")},
{value: "performance-monitoring", label: CV.i18n("performance-monitoring.title")},
{value: "star-rating", label: CV.i18n("star-rating.plugin-title")},
{value: "surveys", label: CV.i18n("surveys.plugin-title")},
{value: "surveys", label: CV.i18n("surveys.nps.plugin-title")},
];
if (countlyGlobal.apps[countlyCommon.ACTIVE_APP_ID] && countlyGlobal.apps[countlyCommon.ACTIVE_APP_ID].type === "mobile") {
plugins.push({value: "push", label: CV.i18n("push-notification.title")});
Expand Down

0 comments on commit 0aa9c39

Please sign in to comment.