Skip to content
Snippets Groups Projects
Commit e250f4bd authored by Jo Vuit's avatar Jo Vuit
Browse files

Added translation context for admin/moderation/AccountsList.vue

parent 22749ea2
No related branches found
No related tags found
No related merge requests found
<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 { ...@@ -21,7 +21,7 @@ export default {
computed: { computed: {
labels() { labels() {
return { return {
accounts: this.$gettext("Accounts") accounts: this.$pgettext('Head/Moderation/Title', "Accounts")
} }
} }
} }
......
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