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"> <ProgressButton class="btn btn-default" :click="subscribeUser" :title="$t('user_card.subscribe')" v-if="!user.subscribed">
<i class="icon-bell-off" /> <i class="icon-bell-off" />
</ProgressButton> </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" /> <i class="icon-bell-alt" />
</ProgressButton> </ProgressButton>
</div> </div>

View file

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