mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +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>
|
||||
@Html.LabelFor(m => m.Tags, T("Tags"))
|
||||
@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>
|
||||
|
||||
@using (Script.Foot()) {
|
||||
|
Reference in New Issue
Block a user