Added translation context for admin/moderation/AccountsList.vue
This commit is contained in:
parent
22749ea2e2
commit
e250f4bd3a
|
@ -1,7 +1,7 @@
|
||||||
<template>
|
<template>
|
||||||
<main v-title="labels.accounts">
|
<main v-title="labels.accounts">
|
||||||
<section class="ui vertical stripe segment">
|
<section class="ui vertical stripe segment">
|
||||||
<h2 class="ui header"><translate>Accounts</translate></h2>
|
<h2 class="ui header"><translate :translate-context="'Content/Moderation/Title'">Accounts</translate></h2>
|
||||||
<div class="ui hidden divider"></div>
|
<div class="ui hidden divider"></div>
|
||||||
<accounts-table :update-url="true" :default-query="defaultQuery"></accounts-table>
|
<accounts-table :update-url="true" :default-query="defaultQuery"></accounts-table>
|
||||||
</section>
|
</section>
|
||||||
|
@ -21,7 +21,7 @@ export default {
|
||||||
computed: {
|
computed: {
|
||||||
labels() {
|
labels() {
|
||||||
return {
|
return {
|
||||||
accounts: this.$gettext("Accounts")
|
accounts: this.$pgettext('Head/Moderation/Title', "Accounts")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue