Improve the clarity of deep crawl feature UI text on AutoCrawler

This commit is contained in:
zutto 2024-06-29 09:37:05 +03:00
parent d958d1c0c4
commit 962aaec0c0
2 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@
#(changed)#::<dt></dt><dd><span class="error">You need to restart for some settings to be applied</span></dd>#(/changed)#
<dt>Enable Autocrawler:</dt>
<dd><input id="autocrawlEnable" name="autocrawlEnable" type="checkbox" #(autocrawlEnable)#::checked="checked"#(/autocrawlEnable)# /></dd>
<dt>Deep crawl every:</dt>
<dt>Deep crawl every Nth document:</dt>
<dd>
<input id="autocrawlRatio" name="autocrawlRatio" type="number" min="1" max="500" step="1" size="2" maxlength="2" value="#[autocrawlRatio]#" />
Warning: if this is bigger than "Rows to fetch" only shallow crawls will run.
@ -47,4 +47,4 @@
</dl>
</form>
</fieldset>
</body>
</body>

View File

@ -211,7 +211,7 @@
<source>Enable Autocrawler:</source>
</trans-unit>
<trans-unit id="66a1bd2c" xml:space="preserve" approved="no" translate="yes">
<source>Deep crawl every:</source>
<source>Deep crawl every Nth document:</source>
</trans-unit>
<trans-unit id="2291c65d" xml:space="preserve" approved="no" translate="yes">
<source>Warning: if this is bigger than "Rows to fetch" only shallow crawls will run.</source>