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