Merge branch '662-fix-double-context' into 'develop'

#662: Fixed broken app by deleting double translate-context parameters

See merge request funkwhale/funkwhale!638
This commit is contained in:
Eliot Berriot 2019-03-01 13:04:10 +01:00
commit 009d3d5f96
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
<slot name="title">
<i class="search icon"></i>
<translate :translate-context="'Content/*/Paragraph'" :translate-context="'Content/*/Paragraph'">
<translate :translate-context="'Content/*/Paragraph'">
No results were found.
</translate>
</slot>
@ -14,7 +14,7 @@
<div class="inline">
<slot></slot>
<button v-if="refresh" class="ui button" @click="$emit('refresh')">
<translate :translate-context="'Content/*/Button.Label/Short, Verb'" :translate-context="'Content/Button/Label/Verb'">
<translate :translate-context="'Content/*/Button.Label/Short, Verb'">
Refresh
</translate></button>
</button>