Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rosano committed Nov 25, 2023
1 parent 695f758 commit e2009b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion os-app/open-vitrine/ui-view.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ locals.OLSKPageAssets = [

<iframe class="ZDAVitrineGroupDiscussionVideo" src="<%= process.env.ZDA_VITRINE_GROUP_DISCUSSION_VIDEO_URL %>" allowfullscreen></iframe>

<h1 class="ZDAVitrineToolsHeading"><%= OLSKLocalized('ZDAVitrineInitiativesHeadingText') %></h1>
<h1 class="ZDAVitrineInitiativesHeading"><%= OLSKLocalized('ZDAVitrineInitiativesHeadingText') %></h1>
<dl class="ZDAVitrineInitiativesContainer OLSKDecorGlossary" lang="en">
<% ZDAInitiatives().forEach(function (item) { -%>
<dt><a class="ZDAVitrineInitiativesLink" href="<%= item.ZDAInitiativeURL %>" target="_blank"><%= item.ZDAInitiativeName %></a></dt>
Expand Down

0 comments on commit e2009b4

Please sign in to comment.