Browse Source

Missing some data-sw-translation at templates

bubble
Francisco Guimarães 9 years ago
parent
commit
ec7ecbd543
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      src/main/template/content_type.handlebars
  2. +1
    -1
      src/main/template/response_content_type.handlebars

+ 1
- 1
src/main/template/content_type.handlebars 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}}">
{{#if produces}}
{{#each produces}}


+ 1
- 1
src/main/template/response_content_type.handlebars 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}}">
{{#if produces}}
{{#each produces}}


Loading…
Cancel
Save