Skip to content

Commit

Permalink
update - detailed empty blacklist text
Browse files Browse the repository at this point in the history
  • Loading branch information
Gehrkej committed Aug 23, 2024
1 parent e989181 commit 28d11f3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/segments/(team)/blacklist.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ function Blacklist() {
return (
<EmptyScreen
invalidateKeys={invalidateKeys}
text={"No users found on blacklist"}
text={
"No users found on blacklist. \n To ban a user, select 'Ban' in the top right of their \n profile the from team page."
}
/>
);
}
Expand Down

0 comments on commit 28d11f3

Please sign in to comment.