diff options
| author | taehoon <th.dev91@gmail.com> | 2019-05-19 09:21:48 -0400 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-07-10 21:01:08 -0400 |
| commit | 4f26299bd54efd64ee1e7a8e4f0ccbf364df491c (patch) | |
| tree | 5d8657b8274e0355033b5896f62053e364eb2cbf | |
| parent | 0f4cccd115f514df07725d1d2bfabfe589befff6 (diff) | |
update copy
| -rw-r--r-- | src/components/user_card/user_card.vue | 2 | ||||
| -rw-r--r-- | src/i18n/en.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/components/user_card/user_card.vue b/src/components/user_card/user_card.vue index 03c79b49..d73ae716 100644 --- a/src/components/user_card/user_card.vue +++ b/src/components/user_card/user_card.vue @@ -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> diff --git a/src/i18n/en.json b/src/i18n/en.json index 03455cce..49989f78 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -530,7 +530,7 @@ "report": "Report", "statuses": "Statuses", "subscribe": "Subscribe", - "subscribed": "Subscribed", + "unsubscribe": "Unsubscribe", "unblock": "Unblock", "unblock_progress": "Unblocking...", "block_progress": "Blocking...", |
