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

Merge branch '662-admin-InvitationsList.vue' into 'develop'

Added translation context

See merge request funkwhale/funkwhale!594
parents 78703e26 77ada7ca
No related branches found
No related tags found
No related merge requests found
<template>
<main v-title="labels.invitations">
<section class="ui vertical stripe segment">
<h2 class="ui header"><translate>Invitations</translate></h2>
<h2 class="ui header"><translate :translate-context="'*/Admin/Title'">Invitations</translate></h2>
<invitation-form></invitation-form>
<div class="ui hidden divider"></div>
<invitations-table></invitations-table>
......@@ -21,7 +21,7 @@ export default {
computed: {
labels() {
return {
invitations: this.$gettext("Invitations")
invitations: this.$pgettext('*/Admin/Title', 'Invitations')
}
}
}
......
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