Fixed broken app by deleting double translate-context parameters
This commit is contained in:
parent
da2236e3c5
commit
a3d64bf81b
|
@ -5,7 +5,7 @@
|
||||||
<slot name="title">
|
<slot name="title">
|
||||||
|
|
||||||
<i class="search icon"></i>
|
<i class="search icon"></i>
|
||||||
<translate :translate-context="'Content/*/Paragraph'" :translate-context="'Content/*/Paragraph'">
|
<translate :translate-context="'Content/*/Paragraph'">
|
||||||
No results were found.
|
No results were found.
|
||||||
</translate>
|
</translate>
|
||||||
</slot>
|
</slot>
|
||||||
|
@ -14,7 +14,7 @@
|
||||||
<div class="inline">
|
<div class="inline">
|
||||||
<slot></slot>
|
<slot></slot>
|
||||||
<button v-if="refresh" class="ui button" @click="$emit('refresh')">
|
<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
|
Refresh
|
||||||
</translate></button>
|
</translate></button>
|
||||||
</button>
|
</button>
|
||||||
|
|
Loading…
Reference in New Issue