зеркало из https://github.com/mozilla/kitsune.git
Fix the "More" string from the topics listing page.
This commit is contained in:
Родитель
8e374eb907
Коммит
e3a03a4194
|
@ -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}
|
||||
|
|
Загрузка…
Ссылка в новой задаче