mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-17 22:08:27 +02:00
fix a typo in help text for minimum scale
This commit is contained in:
parent
272d0c845e
commit
f14037979a
1 changed files with 1 additions and 1 deletions
|
@ -875,7 +875,7 @@
|
|||
"name": "min_avatar_scale",
|
||||
"type": "double",
|
||||
"label": "Minimum Avatar Scale (meters)",
|
||||
"help": "Limits the scale of avatars in your domain. Must be at least than 0.005.",
|
||||
"help": "Limits the scale of avatars in your domain. Must be at least 0.005.",
|
||||
"placeholder": 0.25,
|
||||
"default": 0.25
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue