diff --git a/app/javascript/gabsocial/components/panel/group_info_panel.js b/app/javascript/gabsocial/components/panel/group_info_panel.js index 4ab161c1..d53998ef 100644 --- a/app/javascript/gabsocial/components/panel/group_info_panel.js +++ b/app/javascript/gabsocial/components/panel/group_info_panel.js @@ -107,6 +107,7 @@ class GroupInfoPanel extends ImmutablePureComponent { backgroundColor='secondary' color='secondary' className={[_s.px5, _s.py2].join(' ')} + tooltip={isPrivate ? 'Only members can see group posts' : 'Anyone on or off Gab can view group posts'} > ? @@ -123,6 +124,7 @@ class GroupInfoPanel extends ImmutablePureComponent { backgroundColor='secondary' color='secondary' className={[_s.px5, _s.py2].join(' ')} + tooltip={isVisible ? 'Anyone can find this group in search and other places on gab' : 'The group admin made this group invisible in search and other places on Gab'} > ?