mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 19:59:17 +02:00
Removed non-breaking spaces and remaining gettext in templates
This commit is contained in:
parent
2a9ca0a282
commit
6e709cdcd8
15 changed files with 36 additions and 36 deletions
|
@ -47,7 +47,7 @@
|
|||
<div class="item">
|
||||
<div class="header"><translate>Music</translate></div>
|
||||
<div class="menu">
|
||||
<router-link class="item" :to="{path: '/library'}"><i class="sound icon"> </i><translate>Browse library</translate></router-link>
|
||||
<router-link class="item" :to="{path: '/library'}"><i class="sound icon"></i><translate>Browse library</translate></router-link>
|
||||
<router-link class="item" v-if="$store.state.auth.authenticated" :to="{path: '/favorites'}"><i class="heart icon"></i><translate>Favorites</translate></router-link>
|
||||
<a
|
||||
@click="$store.commit('playlists/chooseTrack', null)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue