#19439: Changing title text. removing the word unique.

Work Item: 19439

--HG--
branch : 1.x
This commit is contained in:
Nicholas Mayne
2013-06-07 19:26:47 +01:00
parent 677d1973c2
commit a47e2b0664

View File

@@ -3,5 +3,5 @@
<fieldset>
@Html.LabelFor(m => m.Title, T("Title"))
@Html.TextBoxFor(m => m.Title, new { @class = "large text", autofocus = "autofocus" })
<span class="hint">@T("You must provide a unique title for this content item")</span>
<span class="hint">@T("You must provide a title for this content item")</span>
</fieldset>