Use <translate> instead of to avoid extraction issues

This commit is contained in:
Eliot Berriot 2018-07-01 15:31:34 +02:00
parent 0f997f897c
commit 0cfefe7a19
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27
74 changed files with 507 additions and 507 deletions

View file

@ -7,7 +7,7 @@
:class="['ui', {'loading': isLoadingInstanceSetting}, 'form']"
@submit.prevent="submit()">
<p class="ui message" v-if="!$store.state.instance.settings.users.registration_enabled.value">
{{ $gettext('Registration are closed on this instance, you will need an invitation code to signup.') }}
<translate>Registration are closed on this instance, you will need an invitation code to signup.</translate>
</p>
<div v-if="errors.length > 0" class="ui negative message">