forked from AkkomaGang/akkoma-fe
update copy
This commit is contained in:
parent
ace3b399ff
commit
0c52d69a52
2 changed files with 2 additions and 2 deletions
|
@ -77,7 +77,7 @@
|
||||||
{{ $t('user_card.subscribe') }}
|
{{ $t('user_card.subscribe') }}
|
||||||
</ProgressButton>
|
</ProgressButton>
|
||||||
<ProgressButton class="pressed" :click="unsubscribeUser" v-else>
|
<ProgressButton class="pressed" :click="unsubscribeUser" v-else>
|
||||||
{{ $t('user_card.subscribing') }}
|
{{ $t('user_card.subscribed') }}
|
||||||
</ProgressButton>
|
</ProgressButton>
|
||||||
</div>
|
</div>
|
||||||
<div class='mute' v-if='isOtherUser && loggedIn'>
|
<div class='mute' v-if='isOtherUser && loggedIn'>
|
||||||
|
|
|
@ -530,7 +530,7 @@
|
||||||
"report": "Report",
|
"report": "Report",
|
||||||
"statuses": "Statuses",
|
"statuses": "Statuses",
|
||||||
"subscribe": "Subscribe",
|
"subscribe": "Subscribe",
|
||||||
"subscribing": "Subscribing!",
|
"subscribed": "Subscribed",
|
||||||
"unblock": "Unblock",
|
"unblock": "Unblock",
|
||||||
"unblock_progress": "Unblocking...",
|
"unblock_progress": "Unblocking...",
|
||||||
"block_progress": "Blocking...",
|
"block_progress": "Blocking...",
|
||||||
|
|
Loading…
Reference in a new issue