Skip to content

Commit

Permalink
Use item label in image widget (eclipse-archived#2852)
Browse files Browse the repository at this point in the history
Signed-off-by: Aoun Bukhari <[email protected]>
  • Loading branch information
aounhaider1 authored and kaikreuzer committed Jan 18, 2017
1 parent 2b4b420 commit 282e25c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ <h2 class="state edit" ng-if="!editMode" ng-click="editState()">{{formattedState
<div layout-align="start center" layout="row">
<div flex="60">
<p class="ng-binding">
<i class="material-icons">camera_alt</i>Camera image
<i class="material-icons">camera_alt</i>{{getLabel(item.category,item.label,'Camera image')}}
</p>
</div>
<div layout="row" layout-align="end center" flex="40">
Expand Down

0 comments on commit 282e25c

Please sign in to comment.