diff options
| author | taehoon <th.dev91@gmail.com> | 2019-04-25 12:32:26 -0400 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-07-10 21:01:07 -0400 |
| commit | 0c52d69a525aa200f03650e52f21d7b52a3918ca (patch) | |
| tree | bd85f3c21159d1505da8bee5ab50838b8fe81729 /src/components/user_card/user_card.vue | |
| parent | ace3b399ffe21459b1fbd7a3b0023f2c58c12b03 (diff) | |
update copy
Diffstat (limited to 'src/components/user_card/user_card.vue')
| -rw-r--r-- | src/components/user_card/user_card.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/user_card/user_card.vue b/src/components/user_card/user_card.vue index cbf32db4..720415f0 100644 --- a/src/components/user_card/user_card.vue +++ b/src/components/user_card/user_card.vue @@ -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'> |
