mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-05 05:17:54 +00:00
fix: typo (name privacy showed member list)
This commit is contained in:
parent
fdf59f011f
commit
c0c2d2085e
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@
|
|||
</Input>
|
||||
</Col>
|
||||
<Col xs={12} lg={6} class="mb-3">
|
||||
<Label>Member list:</Label>
|
||||
<Label>Name:</Label>
|
||||
<Input type="select" bind:value={input.privacy.name_privacy}>
|
||||
<option default={member.privacy.name_privacy === "public"}>public</option>
|
||||
<option default={member.privacy.name_privacy === "private"}>private</option>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue