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') }}
|
||||
</ProgressButton>
|
||||
<ProgressButton class="pressed" :click="unsubscribeUser" v-else>
|
||||
{{ $t('user_card.subscribing') }}
|
||||
{{ $t('user_card.subscribed') }}
|
||||
</ProgressButton>
|
||||
</div>
|
||||
<div class='mute' v-if='isOtherUser && loggedIn'>
|
||||
|
|
|
@ -530,7 +530,7 @@
|
|||
"report": "Report",
|
||||
"statuses": "Statuses",
|
||||
"subscribe": "Subscribe",
|
||||
"subscribing": "Subscribing!",
|
||||
"subscribed": "Subscribed",
|
||||
"unblock": "Unblock",
|
||||
"unblock_progress": "Unblocking...",
|
||||
"block_progress": "Blocking...",
|
||||
|
|
Loading…
Reference in a new issue