Remove unnecessary translate mark

<dt> and <dd> tags in hz-detail-row.html contains no translatable strings.
They are unnecessary.

Change-Id: Ic0a687fb3266b02de7dab3e4079c391a45cf95d7
Closes-Bug: #1624730
This commit is contained in:
Akihiro Motoki 2016-09-17 20:44:41 +00:00 committed by Akihiro Motoki
parent cf0a20629d
commit a2de34163a

View File

@ -11,8 +11,8 @@
<div class="row">
<span class="rsp-alt-p2">
<dl class="col-sm-2" ng-repeat="column in config.columns">
<dt translate>{$ column.title $}</dt>
<dd translate><hz-cell table="table" column="column" item="item"></hz-cell></dd>
<dt>{$ column.title $}</dt>
<dd><hz-cell table="table" column="column" item="item"></hz-cell></dd>
</dl>
</span>
</div>