Skip to content

Commit

Permalink
Fixed button text
Browse files Browse the repository at this point in the history
  • Loading branch information
iMidnights committed Sep 30, 2024
1 parent 58a020f commit df0c038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/partials/sidebar.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@
<div class="icon icon-shape icon-sm shadow border-radius-md bg-white text-center me-2 d-flex align-items-center justify-content-center">
<%- item.icon %>
</div>
<span class="nav-link-text ms-1"><%- req?.locales?.partials?.sidebar.pp || "Privacy Policy" %></span>
<span class="nav-link-text ms-1"><%- req?.locales?.partials?.sidebar?.[item.id] || item.name %></span>
</a>
</li>
<% } %>
Expand Down

0 comments on commit df0c038

Please sign in to comment.