diff options
| author | zutto <zutto@localhost> | 2024-06-29 09:37:05 +0300 |
|---|---|---|
| committer | zutto <zutto@localhost> | 2024-06-29 09:37:05 +0300 |
| commit | 962aaec0c0956279073c60a4aa5df13b7bfbefed (patch) | |
| tree | d4236dd0c09460ee9b713a9f7bca95eb3527cac7 /htroot | |
| parent | d958d1c0c436ac716648e11864c8934f5d3b2617 (diff) | |
Improve the clarity of deep crawl feature UI text on AutoCrawler
Diffstat (limited to 'htroot')
| -rw-r--r-- | htroot/Autocrawl_p.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/htroot/Autocrawl_p.html b/htroot/Autocrawl_p.html index db77de051..3202a10d0 100644 --- a/htroot/Autocrawl_p.html +++ b/htroot/Autocrawl_p.html @@ -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>
\ No newline at end of file +</body> |
