非承認制アカウントのリモートフォローではフォロー許可待ちと表示しない (#2796)
This commit is contained in:
parent
110aadd65c
commit
cd0b9a8e3f
5 changed files with 12 additions and 3 deletions
|
@ -514,6 +514,7 @@ common/views/pages/follow.vue:
|
|||
following: "フォロー中"
|
||||
follow: "フォロー"
|
||||
request-pending: "フォロー許可待ち"
|
||||
follow-processing: "フォロー処理中"
|
||||
follow-request: "フォロー申請"
|
||||
|
||||
desktop:
|
||||
|
@ -656,6 +657,7 @@ desktop/views/components/follow-button.vue:
|
|||
following: "フォロー中"
|
||||
follow: "フォロー"
|
||||
request-pending: "フォロー許可待ち"
|
||||
follow-processing: "フォロー処理中"
|
||||
follow-request: "フォロー申請"
|
||||
|
||||
desktop/views/components/followers-window.vue:
|
||||
|
@ -1232,6 +1234,7 @@ mobile/views/components/follow-button.vue:
|
|||
following: "フォロー中"
|
||||
follow: "フォロー"
|
||||
request-pending: "フォロー許可待ち"
|
||||
follow-processing: "フォロー処理中"
|
||||
follow-request: "フォロー申請"
|
||||
|
||||
mobile/views/components/friends-maker.vue:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue