diff --git a/app/views/relationships/show.html.haml b/app/views/relationships/show.html.haml index f08e9c1df8..441733c40b 100644 --- a/app/views/relationships/show.html.haml +++ b/app/views/relationships/show.html.haml @@ -56,3 +56,7 @@ = render partial: 'account', collection: @accounts, locals: { f: f } = paginate @accounts + +%hr.spacer/ + +.flash-message= t('relationships.find_users_to_follow_hint') diff --git a/config/locales/en.yml b/config/locales/en.yml index 71121bb2e2..87c065d662 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -1512,6 +1512,7 @@ en: 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? 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_selected_followers: Follow selected followers followers: Followers