Missing some data-sw-translation at templates

This commit is contained in:
Francisco Guimarães
2015-07-23 00:11:12 -03:00
parent fb42d355c8
commit ec7ecbd543
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
<label for="{{contentTypeId}}">Response Content Type</label> <label data-sw-translate for="{{contentTypeId}}">Response Content Type</label>
<select name="contentType" id="{{contentTypeId}}"> <select name="contentType" id="{{contentTypeId}}">
{{#if produces}} {{#if produces}}
{{#each produces}} {{#each produces}}

View File

@@ -1,4 +1,4 @@
<label for="{{responseContentTypeId}}">Response Content Type</label> <label data-sw-translate for="{{responseContentTypeId}}">Response Content Type</label>
<select name="responseContentType" id="{{responseContentTypeId}}"> <select name="responseContentType" id="{{responseContentTypeId}}">
{{#if produces}} {{#if produces}}
{{#each produces}} {{#each produces}}