Skip to content

Commit

Permalink
copy
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaxim committed Feb 5, 2020
1 parent 9e69698 commit 3f879dd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions shared/chat/conversation/bot/install.tsx
Expand Up @@ -373,15 +373,14 @@ const InstallBotPopup = (props: Props) => {
</Kb.Box2>
)}
<Kb.Text type="BodySmall">
This bot will not be able to read any other messages, channels, files, repositories, or team
members.
This bot will not be able to read any other messages, channels, files, or repositories.
</Kb.Text>
</Kb.Box2>
) : (
<Kb.Box2 direction="vertical" gap="tiny">
<Kb.Text type="Body">
<Kb.Text type="BodySemibold">Warning:</Kb.Text> This bot will be able to read all messages,
channels, files, repositories, and team members.
channels, files, and repositories.
</Kb.Text>
<Kb.Text type="Body">
<Kb.Text type="BodyPrimaryLink" onClick={() => setInstallWithRestrict(true)}>
Expand Down

0 comments on commit 3f879dd

Please sign in to comment.