mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-12-03 12:03:51 +08:00
#18702: Fixing localized string in Tags
Work Item: 18702 --HG-- branch : 1.x
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
<fieldset>
|
<fieldset>
|
||||||
@Html.LabelFor(m => m.Tags, T("Tags"))
|
@Html.LabelFor(m => m.Tags, T("Tags"))
|
||||||
@Html.TextBoxFor(m => m.Tags, new { @class = "large text" })
|
@Html.TextBoxFor(m => m.Tags, new { @class = "large text" })
|
||||||
<span class="hint">Separate multiple tags with commas</span>
|
<span class="hint">@T("Separate multiple tags with commas")</span>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
||||||
@using (Script.Foot()) {
|
@using (Script.Foot()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user