Merge pull request #1521 from yyamano/fix-missing-data-sw-translate

Add missing data-sw-translate attributes.
This commit is contained in:
Tony Tam
2015-12-09 15:13:25 -08:00

View File

@@ -18,10 +18,10 @@
</div>
<div class='content' id='{{parentId}}_{{nickname}}_content' style='display:none'>
{{#if deprecated}}
<h4>Warning: Deprecated</h4>
<h4><span data-sw-translate>Warning: Deprecated</span></h4>
{{/if}}
{{#if description}}
<h4>Implementation Notes</h4>
<h4><span data-sw-translate>Implementation Notes</span></h4>
<div class="markdown">{{{description}}}</div>
{{/if}}
{{#oauth}}