Skip to content

Commit

Permalink
Merge pull request #37 from episerver/bugfix/MAR-1647-Rename-left-men…
Browse files Browse the repository at this point in the history
…u-ab-test-config-page

Rename left menu title for abtest config section
  • Loading branch information
Tson-optimizely authored Jul 25, 2023
2 parents 59eae93 + 59d1d59 commit 4372642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EPiServer.Marketing.Testing.Web/MenuProvider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public IEnumerable<MenuItem> GetMenuItems()
}
return new List<MenuItem>
{
new UrlMenuItem(_localizationService.GetString("", "Marketing Tools"),
new UrlMenuItem(_localizationService.GetString("/abtesting/admin/displayname", "AB Testing Configuration"),
MarketingToolSettingsPath + "/marketingtools",
Paths.ToResource(GetType(), "Setting"))
{
Expand Down

0 comments on commit 4372642

Please sign in to comment.