Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
Merge pull request #448 from napon/master
Browse files Browse the repository at this point in the history
Fixed missing translation in the Labs module
  • Loading branch information
jkleinsc committed May 9, 2016
2 parents 9964101 + 3e6cc4f commit 1950e7e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/labs/edit/template.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}}
</div>
{{checkbox-or-typeahead property="labTypeName"
label="Lab Type" list=objectTypeList
label=(t 'labs.labels.lab_type') list=objectTypeList
selection=selectedLabType
optionLabelPath='name'
typeAheadType='pricing'
Expand All @@ -36,8 +36,8 @@
</div>
{{/if}}
{{#if canComplete}}
{{em-input property="result" label="Result" class="test-result-input"}}
{{em-input property="result" label=(t 'labels.result') class="test-result-input"}}
{{/if}}
{{em-text property="notes" label="Notes" rows=3 }}
{{em-text property="notes" label=(t 'labels.notes') rows=3 }}
{{/em-form}}
{{/edit-panel}}

0 comments on commit 1950e7e

Please sign in to comment.