From b6ae609ee3186148836f96260aa203202f230d6a Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Fri, 5 Apr 2024 12:58:11 -0400 Subject: follow ppl --- src/web/lang/en_US/apps/profile.php | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/web/lang') diff --git a/src/web/lang/en_US/apps/profile.php b/src/web/lang/en_US/apps/profile.php index 43a3247..bb91e02 100644 --- a/src/web/lang/en_US/apps/profile.php +++ b/src/web/lang/en_US/apps/profile.php @@ -16,6 +16,15 @@ $lang['action_followers_tip'] = 'View %s\'s followres'; $lang['action_following_text'] = 'Following'; $lang['action_following_tip'] = 'View who %s is following'; +$lang['action_follow_text'] = 'Follow'; +$lang['action_follow_tip'] = 'Follow %s'; +$lang['action_follow_back_text'] = 'Follow Back'; +$lang['action_follow_back_tip'] = 'Follow %s'; +$lang['action_following_text'] = 'Followed'; +$lang['action_following_tip'] = 'Unfollow %s'; +$lang['action_friends_text'] = 'Friends'; +$lang['action_friends_tip'] = 'Unfollow %s'; + $lang['action_load_posts_text'] = 'Load more posts'; $lang['action_load_posts_tip'] = 'Load more posts'; -- cgit v1.2.3-freya