Skip to content

Commit

Permalink
Update program collections label
Browse files Browse the repository at this point in the history
  • Loading branch information
mdickson-adbe committed Dec 20, 2024
1 parent cd8e21e commit 79ad3f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/gmo-program-details/gmo-program-details.js
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ function buildProgramCollections(program) {
if (programCollections) {
const collectionsElem = div(
{ id: 'collections-wrapper', class: 'collections-wrapper' },
div({ class: 'h3' }, 'Collection(s)'),
div({ class: 'h3' }, 'Program Collection(s)'),
);
const collectionsLinksWrapper = div({ class: 'collections' });

Expand Down

0 comments on commit 79ad3f7

Please sign in to comment.