Skip to content

Commit c8d3bd2

Browse files
authored
Merge pull request #1400 from TechnologyEnhancedLearning/TD-5764-BackLinksIssue
TD-5764-Book marks Subpage-Back link Issue Fixed
2 parents c1ff372 + f3e02aa commit c8d3bd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LearningHub.Nhs.WebUI/Views/Bookmark/Toggle.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
}
4848
else
4949
{
50-
backToText += "Learning Hub";
50+
backToText += "Home";
5151
controller = "home";
5252
action = "index";
5353
}

0 commit comments

Comments
 (0)