Skip to content
This repository has been archived by the owner on May 7, 2020. It is now read-only.

Commit

Permalink
Paper UI: Fix location item label (#4940)
Browse files Browse the repository at this point in the history
Signed-off-by: Henning Treu <henning.treu@telekom.de>
  • Loading branch information
htreu authored and kaikreuzer committed Jan 18, 2018
1 parent 5479190 commit 653ab8f
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1,6 +1,6 @@
<div layout="row" layout-align="start center">
<p>
<i class="material-icons">place</i>{{getLabel(item.category, item.name, 'Location')}}
<i class="material-icons">place</i>{{getLabel(item, 'Location')}}
</p>
</div>
<div layout="row" layout-align="start center" class="map-container">
Expand Down

0 comments on commit 653ab8f

Please sign in to comment.