Making the hint for MediaPart.Caption a little bit more generic.

This commit is contained in:
Sipke Schoorstra
2013-11-10 22:05:39 +01:00
parent 7afb052e7c
commit 7dff22a478

View File

@@ -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>