Frontend: Remove <translate> from main navigation
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
parent
2516463517
commit
86c8723f79
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@
|
|||
<v-list-tile slot="activator" to="/photos" @click.stop="" class="p-navigation-photos">
|
||||
<v-list-tile-content>
|
||||
<v-list-tile-title>
|
||||
<translate>{{ $gettext('Photos') }}</translate>
|
||||
<span>{{ $gettext('Photos') }}</span>
|
||||
<span v-if="config.count.photos > 0" class="p-navigation-count">{{ config.count.photos }}</span>
|
||||
</v-list-tile-title>
|
||||
</v-list-tile-content>
|
||||
|
|
Loading…
Reference in a new issue