mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
Making the hint for MediaPart.Caption a little bit more generic.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<fieldset>
|
||||
@Html.LabelFor(m => m.Caption, T("Caption"))
|
||||
@Html.TextAreaFor(m => m.Caption, new { @class = "text large"})
|
||||
<span class="hint">@T("The caption describes the image in a general context.")</span>
|
||||
<span class="hint">@T("The caption describes the media in a general context.")</span>
|
||||
</fieldset>
|
||||
|
||||
<fieldset>
|
||||
|
||||
Reference in New Issue
Block a user