Fix the "More" string from the topics listing page.

This commit is contained in:
Emil Ghitta 2024-07-26 11:32:14 +03:00
Родитель 8e374eb907
Коммит e3a03a4194
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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') }}
${gettext("More")}
</button>
<ul class="tabs--dropdown elevation-01">
${primary.innerHTML}