Skip to content
Snippets Groups Projects
Commit 009d3d5f authored by Eliot Berriot's avatar Eliot Berriot
Browse files

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

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

See merge request funkwhale/funkwhale!638
parents da2236e3 a3d64bf8
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment