Skip to content

Commit ec7ecbd

Browse files
author
Francisco Guimarães
committed
Missing some data-sw-translation at templates
1 parent fb42d35 commit ec7ecbd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/template/content_type.handlebars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<label for="{{contentTypeId}}">Response Content Type</label>
1+
<label data-sw-translate for="{{contentTypeId}}">Response Content Type</label>
22
<select name="contentType" id="{{contentTypeId}}">
33
{{#if produces}}
44
{{#each produces}}

src/main/template/response_content_type.handlebars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<label for="{{responseContentTypeId}}">Response Content Type</label>
1+
<label data-sw-translate for="{{responseContentTypeId}}">Response Content Type</label>
22
<select name="responseContentType" id="{{responseContentTypeId}}">
33
{{#if produces}}
44
{{#each produces}}

0 commit comments

Comments
 (0)