fix: correct typo in disabled message for automatic width

This commit is contained in:
Imad Saddik 2026-03-14 06:37:06 +00:00
parent b9545a1021
commit 165234e722
1 changed files with 1 additions and 1 deletions

View File

@ -245,7 +245,7 @@
</div>
{#if isDisabled}
<p class="text-xs text-muted-foreground">Disabled when automative width is enabled.</p>
<p class="text-xs text-muted-foreground">Disabled when automatic 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]}