mirror of
https://github.com/mastodon/mastodon.git
synced 2024-08-20 21:08:15 -07:00
Add back follow hint
This commit is contained in:
parent
71641766f2
commit
17a1bd054e
2 changed files with 5 additions and 0 deletions
|
@ -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 a new issue