mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 11:00:39 +02:00
Use <translate> instead of to avoid extraction issues
This commit is contained in:
parent
0f997f897c
commit
0cfefe7a19
74 changed files with 507 additions and 507 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue