mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-04-05 21:01:35 +08:00
Grammar fix on cache admin page.
--HG-- branch : 1.x
This commit is contained in:
parent
4b22b828a2
commit
c0161b595d
@ -41,7 +41,7 @@
|
||||
<fieldset>
|
||||
<label>@T("Culture")</label>
|
||||
@Html.CheckBoxFor(m => m.ApplyCulture) <label for="@Html.FieldIdFor(m => m.ApplyCulture)" class="forcheckbox">@T("Differentiate cultures")</label>
|
||||
<span class="hint">@T("When checked, the cached content will differ per culture too. For performance reasons leave it unchecked if you website uses only one culture.")</span>
|
||||
<span class="hint">@T("When checked, the cached content will differ per culture too. For better performance, leave this unchecked if your website uses only one culture.")</span>
|
||||
</fieldset>
|
||||
|
||||
<fieldset>
|
||||
|
Loading…
Reference in New Issue
Block a user