update copy

This commit is contained in:
taehoon 2019-05-19 09:21:48 -04:00
parent 0f4cccd115
commit 4f26299bd5
2 changed files with 2 additions and 2 deletions

View file

@ -69,7 +69,7 @@
<ProgressButton class="btn btn-default" :click="subscribeUser" :title="$t('user_card.subscribe')" v-if="!user.subscribed">
<i class="icon-bell-off" />
</ProgressButton>
<ProgressButton class="btn btn-default pressed" :click="unsubscribeUser" :title="$t('user_card.subscribed')" v-else>
<ProgressButton class="btn btn-default pressed" :click="unsubscribeUser" :title="$t('user_card.unsubscribe')" v-else>
<i class="icon-bell-alt" />
</ProgressButton>
</div>

View file

@ -530,7 +530,7 @@
"report": "Report",
"statuses": "Statuses",
"subscribe": "Subscribe",
"subscribed": "Subscribed",
"unsubscribe": "Unsubscribe",
"unblock": "Unblock",
"unblock_progress": "Unblocking...",
"block_progress": "Blocking...",