mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 21:39:16 +02:00
Use <translate> instead of to avoid extraction issues
This commit is contained in:
parent
0f997f897c
commit
0cfefe7a19
74 changed files with 507 additions and 507 deletions
|
@ -13,7 +13,7 @@
|
|||
</div>
|
||||
<div class="four wide column">
|
||||
<div class="ui sticky vertical secondary menu">
|
||||
<div class="header item">{{ $gettext('Sections') }}</div>
|
||||
<div class="header item"><translate>Sections</translate></div>
|
||||
<a :class="['menu', {active: group.id === current}, 'item']"
|
||||
@click.prevent="scrollTo(group.id)"
|
||||
:href="'#' + group.id"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue