Skip to content

Commit

Permalink
Merge pull request mozilla#6145 from emilghittasv/l10n-fix-topic-list…
Browse files Browse the repository at this point in the history
…ing-page-strings

[l10n] Fix the unlocalized "More" option from the product topic listing page
  • Loading branch information
escattone authored Jul 25, 2024
2 parents 395580b + 4e91378 commit b6177cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kitsune/sumo/static/sumo/js/sumo-tabs.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default function tabsInit() {
primary.insertAdjacentHTML('beforeend', `
<li class="tabs--item-more">
<button class="tabs--button" type="button" aria-haspopup="true" aria-expanded="false">
More
{{ _('More') }}
</button>
<ul class="tabs--dropdown elevation-01">
${primary.innerHTML}
Expand Down

0 comments on commit b6177cb

Please sign in to comment.