Skip to content

Commit bb7bd02

Browse files
committed
undoing copy change
1 parent dae51bc commit bb7bd02

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frontends/ol-components/src/components/LearningResourceExpanded/LearningResourceExpandedV2.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ describe("Learning Resource Expanded", () => {
9898

9999
setup(resource)
100100

101-
const linkName = "Learn More About"
101+
const linkName = "Learn More"
102102
if (linkName) {
103103
const link = screen.getByRole("link", {
104104
name: linkName,

frontends/ol-components/src/components/LearningResourceExpanded/LearningResourceExpandedV2.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ const getCallToActionText = (resource: LearningResource): string => {
285285
const accessCourseMaterials = "Access Course Materials"
286286
const watchOnYouTube = "Watch on YouTube"
287287
const listenToPodcast = "Listen to Podcast"
288-
const learnMore = "Learn More About"
288+
const learnMore = "Learn More"
289289
const callsToAction = {
290290
[ResourceTypeEnum.Course]: learnMore,
291291
[ResourceTypeEnum.Program]: learnMore,

0 commit comments

Comments
 (0)