mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 10:39:17 +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
|
@ -3,10 +3,10 @@
|
|||
<div class="ui vertical stripe segment">
|
||||
<div class="ui small text container">
|
||||
<h2>
|
||||
{{ $gettext('Are you sure you want to log out?') }}
|
||||
<translate>Are you sure you want to log out?</translate>
|
||||
</h2>
|
||||
<p v-translate="{username: $store.state.auth.username}">You are currently logged in as %{ username }</p>
|
||||
<button class="ui button" @click="$store.dispatch('auth/logout')">{{ $gettext('Yes, log me out!') }}</button>
|
||||
<button class="ui button" @click="$store.dispatch('auth/logout')"><translate>Yes, log me out!</translate></button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue