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

Merge branch '662-admin-users-UsersList.vue' into 'develop'

Added translation context

See merge request funkwhale/funkwhale!595
parents 7fe86e9d 57e52cf9
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