mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-09-19 01:57:55 +08:00
Fixing typo in an Azure Media Services template
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
<section class="preset-custom-section" data-bind="visible: isExpanded">
|
||||
<label>@T("Custom encoding preset XML")</label>
|
||||
<textarea data-bind="value: customXml, attr: { id: 'EncodingSettings_WamsEncodingPresets_' + $index().CustomXml, name: 'EncodingSettings.WamsEncodingPresets[' + $index() + '].CustomXml'}"></textarea>
|
||||
<p class="hint">@T("Leave empty if this is standard preset (in which case the name must match a standard Microsoft Azure Media Services encoding preset name.")</p>
|
||||
<p class="hint">@T("Leave empty if this is a standard preset (in which case the name must match a standard Microsoft Azure Media Services encoding preset name).")</p>
|
||||
</section>
|
||||
</td>
|
||||
<td>
|
||||
|
Reference in New Issue
Block a user