Merge "[TrivialFix]Remove unnecessary translatable string"

This commit is contained in:
Jenkins 2017-06-19 20:04:39 +00:00 committed by Gerrit Code Review
commit e3e476446d
1 changed files with 2 additions and 2 deletions

View File

@ -68,7 +68,7 @@
<div class="row" class="detail">
<dl class="col-sm-4">
<dt translate>Type</dt>
<dd translate>{$ row['provider:network_type'] $}</dd>
<dd>{$ row['provider:network_type'] $}</dd>
</dl>
<dl class="col-sm-4">
<dt translate>Segmentation ID</dt>
@ -148,7 +148,7 @@
<div class="row">
<dl class="col-sm-4">
<dt translate>Type</dt>
<dd translate>{$ row['provider:network_type'] $}</dd>
<dd>{$ row['provider:network_type'] $}</dd>
</dl>
<dl class="col-sm-4">
<dt translate>Segmentation ID</dt>