mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-20 16:51:10 +00:00
Fix input description
This commit is contained in:
parent
f9d452a1ba
commit
0eb99381ac
1 changed files with 1 additions and 1 deletions
|
|
@ -405,7 +405,7 @@ const User = ({ user = null, isOpen, onClose }) => {
|
|||
{isAdmin && (
|
||||
<TagsInput
|
||||
label="XC Allowed IP Ranges"
|
||||
description="Restrict XC access to these CIDR ranges. Leave empty to allow all (0.0.0.0/0)."
|
||||
description="Restrict XC access to these IP addresses or CIDR ranges. Leave empty to allow all (0.0.0.0/0)."
|
||||
placeholder="e.g. 192.168.1.1 or 192.168.1.0/24"
|
||||
splitChars={[',', ' ']}
|
||||
{...form.getInputProps('xc_allowed_ips')}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue