This commit is contained in:
Timothy Jaeryang Baek 2025-11-16 13:52:45 -05:00
parent ee10f372a0
commit b1565e6913

View file

@ -684,7 +684,7 @@
<input
class="w-full rounded-lg py-2 px-4 text-sm bg-gray-50 dark:text-gray-300 dark:bg-gray-850 outline-hidden"
placeholder={$i18n.t(
'Enter domains separated by commas (e.g., example.com,site.org)'
'Enter domains separated by commas (e.g., example.com,site.org,!excludedsite.com)'
)}
bind:value={webConfig.WEB_SEARCH_DOMAIN_FILTER_LIST}
/>