Skip to content

Commit

Permalink
rename options
Browse files Browse the repository at this point in the history
  • Loading branch information
Tenari committed Aug 2, 2023
1 parent db5763f commit 7761f4b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/src/renderer/apps/Courier/views/ChatInfo/ChatInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -339,9 +339,9 @@ export const ChatInfoPresenter = ({ isStandaloneChat }: Props) => {
id="select-invite-permission"
width={120}
options={[
{ label: 'Host only', value: 'host' },
{ label: 'Anyone', value: 'anyone' },
{ label: 'Open', value: 'open' },
{ label: 'Host can invite', value: 'host' },
{ label: 'Members can invite', value: 'anyone' },
{ label: 'Anyone with a link can join', value: 'open' },
]}
selected={invites}
onClick={(value) => {
Expand Down

0 comments on commit 7761f4b

Please sign in to comment.