mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
Addind more hint on Warmup
--HG-- branch : 1.x
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
<fieldset>
|
||||
<div>
|
||||
@Html.TextAreaFor(m => m.Settings.Urls, new { @class = "textMedium" })
|
||||
<span class="hint">@T("This must be a set of relative paths, e.g., /, /About")</span>
|
||||
<span class="hint">@T("This must be a set of relative paths, e.g., /, /About. Please ensure that you enter only one path per line.")</span>
|
||||
</div>
|
||||
</fieldset>
|
||||
<fieldset>
|
||||
|
||||
Reference in New Issue
Block a user