Fix input description

This commit is contained in:
Seth Van Niekerk 2026-04-30 20:36:04 -04:00
parent f9d452a1ba
commit 0eb99381ac
No known key found for this signature in database
GPG key ID: E86ACA677312A675

View file

@ -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')}