mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
#19439: Changing title text. removing the word unique.
Work Item: 19439 --HG-- branch : 1.x
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user