mirror of
https://github.com/mastodon/mastodon
synced 2024-12-02 16:58:20 +09:00
Add back follow hint
This commit is contained in:
parent
71641766f2
commit
17a1bd054e
@ -56,3 +56,7 @@
|
|||||||
= render partial: 'account', collection: @accounts, locals: { f: f }
|
= render partial: 'account', collection: @accounts, locals: { f: f }
|
||||||
|
|
||||||
= paginate @accounts
|
= paginate @accounts
|
||||||
|
|
||||||
|
%hr.spacer/
|
||||||
|
|
||||||
|
.flash-message= t('relationships.find_users_to_follow_hint')
|
||||||
|
@ -1512,6 +1512,7 @@ en:
|
|||||||
confirm_remove_selected_followers: Are you sure you want to remove selected followers?
|
confirm_remove_selected_followers: Are you sure you want to remove selected followers?
|
||||||
confirm_remove_selected_follows: Are you sure you want to remove selected follows?
|
confirm_remove_selected_follows: Are you sure you want to remove selected follows?
|
||||||
dormant: Dormant
|
dormant: Dormant
|
||||||
|
find_users_to_follow_hint: You can use the main search box to find users to follow
|
||||||
follow_failure: Could not follow some of the selected accounts.
|
follow_failure: Could not follow some of the selected accounts.
|
||||||
follow_selected_followers: Follow selected followers
|
follow_selected_followers: Follow selected followers
|
||||||
followers: Followers
|
followers: Followers
|
||||||
|
Loading…
Reference in New Issue
Block a user