From 17a1bd054efd85389b6b6671e55b6be1dbbe07f0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20Str=C3=B6mberg?= Date: Sat, 26 Aug 2023 17:24:46 +0200 Subject: [PATCH] Add back follow hint --- app/views/relationships/show.html.haml | 4 ++++ config/locales/en.yml | 1 + 2 files changed, 5 insertions(+) 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