aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortaehoon <th.dev91@gmail.com>2019-04-25 12:32:26 -0400
committertaehoon <th.dev91@gmail.com>2019-07-10 21:01:07 -0400
commit0c52d69a525aa200f03650e52f21d7b52a3918ca (patch)
treebd85f3c21159d1505da8bee5ab50838b8fe81729 /src
parentace3b399ffe21459b1fbd7a3b0023f2c58c12b03 (diff)
update copy
Diffstat (limited to 'src')
-rw-r--r--src/components/user_card/user_card.vue2
-rw-r--r--src/i18n/en.json2
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 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'>
diff --git a/src/i18n/en.json b/src/i18n/en.json
index 5a85bf9b..03455cce 100644
--- a/src/i18n/en.json
+++ b/src/i18n/en.json
@@ -530,7 +530,7 @@
"report": "Report",
"statuses": "Statuses",
"subscribe": "Subscribe",
- "subscribing": "Subscribing!",
+ "subscribed": "Subscribed",
"unblock": "Unblock",
"unblock_progress": "Unblocking...",
"block_progress": "Blocking...",