We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb42d35 commit ec7ecbdCopy full SHA for ec7ecbd
src/main/template/content_type.handlebars
@@ -1,4 +1,4 @@
1
-<label for="{{contentTypeId}}">Response Content Type</label>
+<label data-sw-translate for="{{contentTypeId}}">Response Content Type</label>
2
<select name="contentType" id="{{contentTypeId}}">
3
{{#if produces}}
4
{{#each produces}}
src/main/template/response_content_type.handlebars
-<label for="{{responseContentTypeId}}">Response Content Type</label>
+<label data-sw-translate for="{{responseContentTypeId}}">Response Content Type</label>
<select name="responseContentType" id="{{responseContentTypeId}}">
0 commit comments