Missing some data-sw-translation at templates
This commit is contained in:
@@ -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}}
|
||||||
|
|||||||
@@ -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}}
|
||||||
|
|||||||
Reference in New Issue
Block a user