From 0c52d69a525aa200f03650e52f21d7b52a3918ca Mon Sep 17 00:00:00 2001 From: taehoon Date: Thu, 25 Apr 2019 12:32:26 -0400 Subject: [PATCH] update copy --- src/components/user_card/user_card.vue | 2 +- 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 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') }} - {{ $t('user_card.subscribing') }} + {{ $t('user_card.subscribed') }}
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...",