mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 07:09:24 +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
|
@ -44,7 +44,7 @@
|
|||
</template>
|
||||
<template slot="row-cells" slot-scope="scope">
|
||||
<td>
|
||||
<router-link :to="{name: 'manage.users.users.detail', params: {id: scope.obj.id }}">{{ scope.obj.owner.username }}</router-link>
|
||||
<router-link :to="{name: 'manage.users.users.detail', params: {id: scope.obj.id }}">{{ scope.obj.owner.username }}</router-link>
|
||||
</td>
|
||||
<td>
|
||||
<span v-if="scope.obj.users.length > 0" class="ui green basic label"><translate>Used</translate></span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue