#18702: Fixing localized string in Tags

Work Item: 18702

--HG--
branch : 1.x
This commit is contained in:
Sebastien Ros
2012-06-25 17:45:16 -07:00
parent 7d318a81fd
commit 6797e94da3

View File

@@ -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()) {