Updated the disabled text
This commit is contained in:
parent
fac6ef71a8
commit
9b87eaf898
|
|
@ -219,7 +219,7 @@
|
|||
</div>
|
||||
|
||||
{#if isDisabled}
|
||||
<p class="text-xs text-muted-foreground">Disabled when responsive width is enabled.</p>
|
||||
<p class="text-xs text-muted-foreground">Disabled when automative width is enabled.</p>
|
||||
{:else if field.help || SETTING_CONFIG_INFO[field.key]}
|
||||
<p class="text-xs text-muted-foreground">
|
||||
{field.help || SETTING_CONFIG_INFO[field.key]}
|
||||
|
|
|
|||
Loading…
Reference in New Issue