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

Added translation context

parent 22749ea2
No related branches found
No related tags found
No related merge requests found
<template>
<main v-title="labels.users">
<section class="ui vertical stripe segment">
<h2 class="ui header"><translate>Users</translate></h2>
<h2 class="ui header"><translate :translate-context="'*/Admin/Title'">Users</translate></h2>
<div class="ui hidden divider"></div>
<users-table></users-table>
</section>
......@@ -18,7 +18,7 @@ export default {
computed: {
labels() {
return {
users: this.$gettext("Users")
users: this.$pgettext('*/Admin/Title', 'Users')
}
}
}
......
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